You are here

constant FASTTOGGLE_ACCESS_UNDECIDED in Fasttoggle 7

Same name and namespace in other branches
  1. 8.2 fasttoggle.inc \FASTTOGGLE_ACCESS_UNDECIDED
4 uses of FASTTOGGLE_ACCESS_UNDECIDED
fasttoggle_allow_access_if in ./fasttoggle.module
Get the tristate value (ALLOWED / UNDECIDED) matching a test outcome.
fasttoggle_check_access in ./fasttoggle.module
Carry out a series of access checks.
fasttoggle_deny_access_if in ./fasttoggle.module
Get the tristate value (DENIED / UNDECIDED) matching a test outcome.
fasttoggle_get_allowed_links in ./fasttoggle.module
Get the list of links the current user may utilise.

File

./fasttoggle.module, line 9
Enables fast toggling of binary or not so binary settings.

Code

define('FASTTOGGLE_ACCESS_UNDECIDED', 0);