You are here

function fasttoggle_help in Fasttoggle 7

Same name and namespace in other branches
  1. 5 fasttoggle.module \fasttoggle_help()
  2. 6 fasttoggle.module \fasttoggle_help()

Implements hook_help().

File

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

Code

function fasttoggle_help($path, $arg) {
  if ($path == 'admin/config/system/fasttoggle') {
    return t('Configure what fast toggling options are available.');
  }
}