You are here

function rules_forms_help in Rules 6

Implementation of hook_help().

File

rules_forms/rules_forms.module, line 16
Rules forms module.

Code

function rules_forms_help($path, $arg) {
  if ($path === RULES_ADMIN_FORMS_PATH) {
    return '<p>' . t('Settings and overview of form events.') . '</p>';
  }
}