You are here

public function EntityBaseFieldInfoEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/EntityType/EntityBaseFieldInfoEvent.php, line 42

Class

EntityBaseFieldInfoEvent
Class EntityBaseFieldInfoEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityType

Code

public function getDispatcherType() {
  return HookEventDispatcherInterface::ENTITY_BASE_FIELD_INFO;
}