You are here

constant RABBIT_HOLE_PAGE_REDIRECT_RESPONSE_DEFAULT in Rabbit Hole 7

Same name and namespace in other branches
  1. 6 rabbit_hole.module \RABBIT_HOLE_PAGE_REDIRECT_RESPONSE_DEFAULT
  2. 7.2 rabbit_hole.module \RABBIT_HOLE_PAGE_REDIRECT_RESPONSE_DEFAULT
3 uses of RABBIT_HOLE_PAGE_REDIRECT_RESPONSE_DEFAULT
rabbit_hole_form_node_form_alter in ./rabbit_hole.module
Implements hook_form_FORM_ID_alter().
rabbit_hole_form_node_type_form_alter in ./rabbit_hole.module
Implements hook_form_FORM_ID_alter().
rabbit_hole_node_view in ./rabbit_hole.module
Implements hook_node_view().

File

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

Code

define('RABBIT_HOLE_PAGE_REDIRECT_RESPONSE_DEFAULT', 301);