You are here

constant HookEventDispatcherInterface::THEME_SUGGESTIONS_ALTER in Hook Event Dispatcher 8

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::THEME_SUGGESTIONS_ALTER
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::THEME_SUGGESTIONS_ALTER

Alters named suggestions for all theme hooks.

See also

hook_event_dispatcher_theme_suggestions_alter()

hook_theme_suggestions_alter()

File

src/HookEventDispatcherInterface.php, line 555

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const THEME_SUGGESTIONS_ALTER = 'hook_event_dispatcher.theme.suggestions_alter';