You are here

function _webform_help_date in Webform 5.2

Same name and namespace in other branches
  1. 5 components/date.inc \_webform_help_date()
  2. 6.2 components/date.inc \_webform_help_date()

Module specific instance of hook_help().

File

components/date.inc, line 305
Webform module date component.

Code

function _webform_help_date($section) {
  switch ($section) {
    case 'admin/settings/webform#date_description':
      return t('Presents month, day, and year fields.');
  }
}