public function AbstractThemeSuggestionsEvent::getHook in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/core_event_dispatcher/src/Event/Theme/AbstractThemeSuggestionsEvent.php \Drupal\core_event_dispatcher\Event\Theme\AbstractThemeSuggestionsEvent::getHook()
Get hook.
Return value
string Name of the hook.
1 call to AbstractThemeSuggestionsEvent::getHook()
- ThemeSuggestionsAlterIdEvent::getDispatcherType in modules/
core_event_dispatcher/ src/ Event/ Theme/ ThemeSuggestionsAlterIdEvent.php - Returns the hook dispatcher type.
File
- modules/
core_event_dispatcher/ src/ Event/ Theme/ AbstractThemeSuggestionsEvent.php, line 74
Class
- AbstractThemeSuggestionsEvent
- Class AbstractThemeSuggestionsEvent.
Namespace
Drupal\core_event_dispatcher\Event\ThemeCode
public function getHook() : string {
return $this->hook;
}