You are here

constant RABBIT_HOLE_USE_DEFAULT in Rabbit Hole 6

Same name and namespace in other branches
  1. 7.2 rabbit_hole.module \RABBIT_HOLE_USE_DEFAULT
  2. 7 rabbit_hole.module \RABBIT_HOLE_USE_DEFAULT

@file Main module file for Rabbit Hole.

This is a module that will prevent users from viewing the full node. This is configurable per content type or node.

3 uses of RABBIT_HOLE_USE_DEFAULT
rabbit_hole_form_alter in ./rabbit_hole.module
Implements hook_form_FORM_ID_alter().
rabbit_hole_nodeapi in ./rabbit_hole.module
Implements hook_nodeapi().
rabbit_hole_node_form_submit in ./rabbit_hole.module
Custom submit function for the node form.

File

./rabbit_hole.module, line 11
Main module file for Rabbit Hole.

Code

define('RABBIT_HOLE_USE_DEFAULT', -1);