public function EntityTranslationInsertEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ Entity/ EntityTranslationInsertEvent.php, line 15
Class
- EntityTranslationInsertEvent
- Class EntityTranslationInsertEvent.
Namespace
Drupal\hook_event_dispatcher\Event\EntityCode
public function getDispatcherType() {
return HookEventDispatcherInterface::ENTITY_TRANSLATION_INSERT;
}