You are here

public function ThemeSuggestionsAlterEvent::getDispatcherType in Hook Event Dispatcher 8

Returns the hook dispatcher type.

Return value

string Dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Theme/ThemeSuggestionsAlterEvent.php, line 18

Class

ThemeSuggestionsAlterEvent
Class ThemeSuggestionsAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Theme

Code

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