You are here

constant FASTTOGGLE_FORMAT_HTML in Fasttoggle 7

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

Return a link in the resulting HTML format.

4 uses of FASTTOGGLE_FORMAT_HTML
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_node_form_alter in module/fasttoggle_node/fasttoggle_node.module
Implements hook_form_alter().
fasttoggle_node_node_view in module/fasttoggle_node/fasttoggle_node.module
Implements hook_node_view_alter().

File

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

Code

define('FASTTOGGLE_FORMAT_HTML', 0x0);