ThemeSuggestionsAlterEvent.php in Hook Event Dispatcher 8
Namespace
Drupal\hook_event_dispatcher\Event\ThemeFile
src/Event/Theme/ThemeSuggestionsAlterEvent.phpView source
<?php
namespace Drupal\hook_event_dispatcher\Event\Theme;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class ThemeSuggestionsAlterEvent.
*/
class ThemeSuggestionsAlterEvent extends BaseThemeSuggestionsEvent {
/**
* Returns the hook dispatcher type.
*
* @return string
* Dispatcher type.
*/
public function getDispatcherType() {
return HookEventDispatcherInterface::THEME_SUGGESTIONS_ALTER;
}
}
Classes
Name | Description |
---|---|
ThemeSuggestionsAlterEvent | Class ThemeSuggestionsAlterEvent. |