You are here

public function EntityExtraFieldInfoEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/EntityExtra/EntityExtraFieldInfoEvent.php, line 27

Class

EntityExtraFieldInfoEvent
Class EntityExtraFieldInfoEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityExtra

Code

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