You are here

public function TokensReplacementEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Token/TokensReplacementEvent.php, line 237

Class

TokensReplacementEvent
Class TokensProvideEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Token

Code

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