You are here

public function ThemeSuggestionsAlterIdEvent::getDispatcherType in Hook Event Dispatcher 8

Returns the hook dispatcher type.

Return value

string Dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Theme/ThemeSuggestionsAlterIdEvent.php, line 16

Class

ThemeSuggestionsAlterIdEvent
Class ThemeSuggestionsAlterIdEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Theme

Code

public function getDispatcherType() {
  return 'hook_event_dispatcher.theme.suggestions_' . $this
    ->getHook() . '_alter';
}