public function ThemeRegistryAlterEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ Theme/ ThemeRegistryAlterEvent.php, line 44
Class
- ThemeRegistryAlterEvent
- Class ThemeRegistryAlterEvent.
Namespace
Drupal\hook_event_dispatcher\Event\ThemeCode
public function getDispatcherType() {
return HookEventDispatcherInterface::THEME_REGISTRY_ALTER;
}