ThemeSuggestionsAlterIdEvent.php in Hook Event Dispatcher 3.x
Same filename and directory in other branches
Namespace
Drupal\core_event_dispatcher\Event\ThemeFile
modules/core_event_dispatcher/src/Event/Theme/ThemeSuggestionsAlterIdEvent.phpView source
<?php
namespace Drupal\core_event_dispatcher\Event\Theme;
/**
* Class ThemeSuggestionsAlterIdEvent.
*/
class ThemeSuggestionsAlterIdEvent extends AbstractThemeSuggestionsEvent {
/**
* Returns the hook dispatcher type.
*
* @return string
* Dispatcher type.
*/
public function getDispatcherType() : string {
return 'hook_event_dispatcher.theme.suggestions_' . $this
->getHook() . '_alter';
}
}
Classes
Name | Description |
---|---|
ThemeSuggestionsAlterIdEvent | Class ThemeSuggestionsAlterIdEvent. |