You are here

class EntityTranslationInsertEvent in Hook Event Dispatcher 8

Class EntityTranslationInsertEvent.

Hierarchy

Expanded class hierarchy of EntityTranslationInsertEvent

1 file declares its use of EntityTranslationInsertEvent
hook_event_dispatcher.module in ./hook_event_dispatcher.module
Hook event dispatcher module.

File

src/Event/Entity/EntityTranslationInsertEvent.php, line 10

Namespace

Drupal\hook_event_dispatcher\Event\Entity
View source
class EntityTranslationInsertEvent extends BaseEntityEvent {

  /**
   * {@inheritdoc}
   */
  public function getDispatcherType() {
    return HookEventDispatcherInterface::ENTITY_TRANSLATION_INSERT;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
BaseEntityEvent::$entity protected property The Entity.
BaseEntityEvent::getEntity public function Get the Entity.
BaseEntityEvent::setEntity Deprecated public function Set the Entity.
BaseEntityEvent::__construct public function BaseEntityEvent constructor. 4
EntityTranslationInsertEvent::getDispatcherType public function Get the dispatcher type. Overrides EventInterface::getDispatcherType