EntityInsertEvent.php in Hook Event Dispatcher 8
File
src/Event/Entity/EntityInsertEvent.phpView source
<?php
namespace Drupal\hook_event_dispatcher\Event\Entity;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class EntityInsertEvent.
*/
class EntityInsertEvent extends BaseEntityEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() {
return HookEventDispatcherInterface::ENTITY_INSERT;
}
}
Classes
Name | Description |
---|---|
EntityInsertEvent | Class EntityInsertEvent. |