constant FASTTOGGLE_ACCESS_DENIED in Fasttoggle 7
Same name and namespace in other branches
- 8.2 fasttoggle.inc \FASTTOGGLE_ACCESS_DENIED
@file Enables fast toggling of binary or not so binary settings.
4 uses of FASTTOGGLE_ACCESS_DENIED
- 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_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 8 - Enables fast toggling of binary or not so binary settings.
Code
define('FASTTOGGLE_ACCESS_DENIED', -1);