You are here

constant FASTTOGGLE_LABEL_STATUS in Fasttoggle 7

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

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

7 uses of FASTTOGGLE_LABEL_STATUS
fasttoggle in ./fasttoggle.module
Add fasttoggle abilities to a link.
fasttoggle_do_toggle_option in ./fasttoggle.module
Handle a request to toggle an option.
fasttoggle_field_field_formatter_view in module/fasttoggle_field/fasttoggle_field.module
Implements hook_field_formatter_view().
fasttoggle_field_node_view in module/fasttoggle_field/fasttoggle_field.module
Implements hook_node_view_alter().
fasttoggle_settings_form in ./fasttoggle.admin.inc
Configures what fast toggling options are available (menu callback)

... See full list

File

./fasttoggle.inc, line 11
Provides common routines and declarations for Fasttoggle.

Code

define('FASTTOGGLE_LABEL_STATUS', 0x0);