options_help

function options_help

options_help($path, $arg)

Implements hook_help().

File

modules/field/modules/options/options.module, line 11
Defines selection, check box and radio button widgets for text and numeric fields.

Code

function options_help($path, $arg) {
  switch ($path) {
    case 'admin/help#options':
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('The Options module defines checkbox, selection, and other input widgets for the Field module. See the <a href="drupal_7-modules-field-modules-options-options-module-function-options_help-@field-help.htm