You are here

public function EntityTranslationDeleteEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Entity/EntityTranslationDeleteEvent.php, line 15

Class

EntityTranslationDeleteEvent
Class EntityTranslationDeleteEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

public function getDispatcherType() {
  return HookEventDispatcherInterface::ENTITY_TRANSLATION_DELETE;
}