You are here

public function ToolbarAlterEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Toolbar/ToolbarAlterEvent.php, line 54

Class

ToolbarAlterEvent
Class ToolbarAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Toolbar

Code

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