You are here

function _webform_help_markup in Webform 6.2

Same name and namespace in other branches
  1. 5.2 components/markup.inc \_webform_help_markup()
  2. 5 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.');
  }
}