You are here

public function ThemeEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Theme/ThemeEvent.php, line 50

Class

ThemeEvent
Class ThemeEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Theme

Code

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