EntityTranslationDeleteEvent.php in Hook Event Dispatcher 3.x
Same filename and directory in other branches
File
modules/core_event_dispatcher/src/Event/Entity/EntityTranslationDeleteEvent.phpView source
<?php
namespace Drupal\core_event_dispatcher\Event\Entity;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class EntityTranslationDeleteEvent.
*/
class EntityTranslationDeleteEvent extends AbstractEntityEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() : string {
return HookEventDispatcherInterface::ENTITY_TRANSLATION_DELETE;
}
}
Classes
Name | Description |
---|---|
EntityTranslationDeleteEvent | Class EntityTranslationDeleteEvent. |