You are here

constant FASTTOGGLE_LABEL_STATUS in Fasttoggle 6

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

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

5 uses of FASTTOGGLE_LABEL_STATUS
fasttoggle_comment_option in ./fasttoggle.toggle.inc
Menu callback. Toggle options for a comment if the action is confirmed via POST. Otherwise, display a confirmation form.
fasttoggle_node_option in ./fasttoggle.toggle.inc
Menu callback. Toggle options for a node if the action is confirmed via POST. Otherwise, display a confirmation form.
fasttoggle_settings_form in ./fasttoggle.admin.inc
(Menu callback) Configures what fast toggling options are available.
fasttoggle_user_option in ./fasttoggle.toggle.inc
Menu callback. Toggle the status of a user if the action is confirmed via POST. Otherwise, display a confirmation form.
_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);