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