You are here

constant RABBIT_HOLE_USE_DEFAULT in Rabbit Hole 7

Same name and namespace in other branches
  1. 6 rabbit_hole.module \RABBIT_HOLE_USE_DEFAULT
  2. 7.2 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.

5 uses of RABBIT_HOLE_USE_DEFAULT
rabbit_hole_form_node_form_alter in ./rabbit_hole.module
Implements hook_form_FORM_ID_alter().
rabbit_hole_menu_local_tasks_alter in ./rabbit_hole.module
Implements hook_menu_local_tasks_alter().
rabbit_hole_node_form_submit in ./rabbit_hole.module
Custom submit function for the node form.
rabbit_hole_node_view in ./rabbit_hole.module
Implements hook_node_view().
rabbit_hole_preprocess_search_results in ./rabbit_hole.module
Implements template_preprocess_search_results().

File

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

Code

define('RABBIT_HOLE_USE_DEFAULT', -1);