You are here

constant FASTTOGGLE_LABEL_STATUS in Fasttoggle 5

Same name and namespace in other branches
  1. 8.2 fasttoggle.inc \FASTTOGGLE_LABEL_STATUS
  2. 6 fasttoggle.module \FASTTOGGLE_LABEL_STATUS
  3. 7 fasttoggle.inc \FASTTOGGLE_LABEL_STATUS

Displays the current state of a setting (e.g. "published", "active").

2 uses of FASTTOGGLE_LABEL_STATUS
fasttoggle_settings_form in ./fasttoggle.module
(Menu callback) Configures what fast toggling options are available.
_fasttoggle_get_label in ./fasttoggle.module
Returns an array with labels for a given setting.

File

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

Code

define('FASTTOGGLE_LABEL_STATUS', 0x0);