public function TokensInfoEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ Token/ TokensInfoEvent.php, line 113
Class
- TokensInfoEvent
- Class TokensInfoEvent.
Namespace
Drupal\hook_event_dispatcher\Event\TokenCode
public function getDispatcherType() {
return HookEventDispatcherInterface::TOKEN_INFO;
}