You are here

function _webform_help_email in Webform 6.2

Same name and namespace in other branches
  1. 5.2 components/email.inc \_webform_help_email()
  2. 5 components/email.inc \_webform_help_email()

Module specific instance of hook_help().

File

components/email.inc, line 174
Webform module email component.

Code

function _webform_help_email($section) {
  switch ($section) {
    case 'admin/settings/webform#email_description':
      return t("A textfield that automatically fills in a logged-in user's e-mail.");
  }
}