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