Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / theme_suggestions_HOOK_alter.twig
1 /**
2  * Implements hook_theme_suggestions_HOOK_alter().
3  */
4 function {{ machine_name }}_theme_suggestions_HOOK_alter(array &$suggestions, array $variables) {
5   if (empty($variables['header'])) {
6     $suggestions[] = 'hookname__' . 'no_header';
7   }
8 }