comparison core/lib/Drupal/Core/Render/theme.api.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents c2387f117808
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
713 * @see hook_theme_suggestions_alter() 713 * @see hook_theme_suggestions_alter()
714 * @see hook_theme_suggestions_HOOK() 714 * @see hook_theme_suggestions_HOOK()
715 */ 715 */
716 function hook_theme_suggestions_HOOK_alter(array &$suggestions, array $variables) { 716 function hook_theme_suggestions_HOOK_alter(array &$suggestions, array $variables) {
717 if (empty($variables['header'])) { 717 if (empty($variables['header'])) {
718 $suggestions[] = 'hookname__' . 'no_header'; 718 $suggestions[] = 'hookname__no_header';
719 } 719 }
720 } 720 }
721 721
722 /** 722 /**
723 * Respond to themes being installed. 723 * Respond to themes being installed.