public function EntityFieldAccessEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ EntityField/ EntityFieldAccessEvent.php, line 76
Class
- EntityFieldAccessEvent
- Class EntityInsertEvent.
Namespace
Drupal\hook_event_dispatcher\Event\EntityFieldCode
public function getDispatcherType() {
return HookEventDispatcherInterface::ENTITY_FIELD_ACCESS;
}