function _webform_help_email in Webform 5.2
Same name and namespace in other branches
- 5 components/email.inc \_webform_help_email()
- 6.2 components/email.inc \_webform_help_email()
Module specific instance of hook_help().
File
- components/
email.inc, line 171 - 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.");
}
}