function _webform_help_time in Webform 5.2
Same name and namespace in other branches
- 5 components/time.inc \_webform_help_time()
- 6.2 components/time.inc \_webform_help_time()
Module specific instance of hook_help
File
- components/
time.inc, line 246 - Webform module time component.
Code
function _webform_help_time($section) {
switch ($section) {
case 'admin/settings/webform#time_description':
return t('Presents the user with hour and minute fields. Optional am/pm fields.');
}
}