You are here

constant RABBIT_HOLE_USE_DEFAULT in Rabbit Hole 7.2

Same name and namespace in other branches
  1. 6 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 an entity page. This module won't handle any behavior by itself, but will add the base functionality required by other modules.

7 uses of RABBIT_HOLE_USE_DEFAULT
rabbit_hole_execute in ./rabbit_hole.module
Determines the action that should be executed.
rabbit_hole_get_action in ./rabbit_hole.module
Determines the actual action for an entity.
rabbit_hole_get_action_entity in ./rabbit_hole.module
Gets the action for an entity.
rh_bean_form_submit in modules/rh_bean/rh_bean.module
Custom submit function for the bean edit form.
rh_file_entity_edit_submit in modules/rh_file/rh_file.module
Custom submit function for the file entity edit form.

... See full list

File

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

Code

define('RABBIT_HOLE_USE_DEFAULT', -1);