You are here

function _webform_help_grid in Webform 5.2

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

Module specific instance of hook_help

File

components/grid.inc, line 222
Webform module grid component.

Code

function _webform_help_grid($section) {
  switch ($section) {
    case 'admin/settings/webform#grid_description':
      return t('Allows creation of grid questions, denoted by radio buttons.');
  }
}