You are here

constant FASTTOGGLE_ACCESS_ALLOWED in Fasttoggle 7

Same name and namespace in other branches
  1. 8.2 fasttoggle.inc \FASTTOGGLE_ACCESS_ALLOWED
3 uses of FASTTOGGLE_ACCESS_ALLOWED
fasttoggle_allow_access_if in ./fasttoggle.module
Get the tristate value (ALLOWED / UNDECIDED) matching a test outcome.
fasttoggle_fasttoggle_field_access in module/fasttoggle_field/fasttoggle_field.module
Whether to allow access to update the field.
fasttoggle_get_allowed_links in ./fasttoggle.module
Get the list of links the current user may utilise.

File

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

Code

define('FASTTOGGLE_ACCESS_ALLOWED', 1);