diff --git a/core/modules/telephone/telephone.module b/core/modules/telephone/telephone.module index 23099a977e7..2d2bd355c85 100644 --- a/core/modules/telephone/telephone.module +++ b/core/modules/telephone/telephone.module @@ -5,26 +5,6 @@ * Defines a simple telephone number field type. */ -/** - * Implements hook_help(). - */ -function telephone_help($path, $arg) { - switch ($path) { - case 'admin/help#telephone': - $output = ''; - $output .= '
' . t('The Telephone module allows you to create fields that contain telephone numbers. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Telephone module.', array('!field' => \Drupal::url('help.page', array('name' => 'field')), '!field_ui' => \Drupal::url('help.page', array('name' => 'field_ui')), '!telephone_documentation' => 'https://drupal.org/documentation/modules/telephone')) . '
'; - $output .= '