Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / help_section_info_alter.twig
1 /**
2  * Implements hook_help_section_info_alter().
3  */
4 function {{ machine_name }}_help_section_info_alter(&$info) {
5   // Alter the header for the module overviews section.
6   $info['hook_help']['header'] = t('Overviews of modules');
7 }