field_ui_help

function field_ui_help

field_ui_help($route_name, RouteMatchInterface $route_match)

Implements hook_help().

File

core/modules/field_ui/field_ui.module, line 20
Allows administrators to attach custom fields to fieldable types.

Code

function field_ui_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.field_ui':
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('The Field UI module provides an administrative user interface (UI) for managing and displaying fields. Fields can be attached to mos