function _webform_help_markup in Webform 5.2
Same name and namespace in other branches
- 5 components/markup.inc \_webform_help_markup()
- 6.2 components/markup.inc \_webform_help_markup()
Module specific instance of hook_help().
File
- components/
markup.inc, line 100 - Webform module markup component.
Code
function _webform_help_markup($section) {
switch ($section) {
case 'admin/settings/webform#markup_description':
return t('Displays text as HTML in the form; does not render a field.');
}
}