public function EntityTypeBuildEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ EntityType/ EntityTypeBuildEvent.php, line 34
Class
- EntityTypeBuildEvent
- Class EntityTypeBuildEvent.
Namespace
Drupal\hook_event_dispatcher\Event\EntityTypeCode
public function getDispatcherType() {
return HookEventDispatcherInterface::ENTITY_TYPE_BUILD;
}