You are here

function _webform_help_summary in Webform Bonus Pack 6.3

Same name and namespace in other branches
  1. 7.3 components/summary.inc \_webform_help_summary()

Module specific instance of hook_help().

File

components/summary.inc, line 104
Webform module summary component.

Code

function _webform_help_summary($section) {
  switch ($section) {
    case 'admin/settings/webform#summary_description':
      return t('Displays previously submitted values in the form; does not render a field. Only values of fields contained in a fieldgroup on the first level are displayed, the name of the fieldgroup is used as caption.');
  }
}