options_help($route_name, RouteMatchInterface $route_match)
Implements hook_help().
File
core/modules/options/options.module, line 17 Defines selection, check box and radio button widgets for text and numeric fields.
Code
function options_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.options':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The Options module allows you to cr