telephone_help

function telephone_help

telephone_help($route_name, RouteMatchInterface $route_match)

Implements hook_help().

File

core/modules/telephone/telephone.module, line 13
Defines a simple telephone number field type.

Code

function telephone_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.telephone':
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('The Telephone module allows you to create fields that contain telephone numbers. See the <a href=":field">Field module help</a> and the <a href=":field