public constant HookEventDispatcherInterface::LANGUAGE_SWITCH_LINKS_ALTER in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::LANGUAGE_SWITCH_LINKS_ALTER
- 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::LANGUAGE_SWITCH_LINKS_ALTER
Alter the links generated to switch languages.
See also
core_event_dispatcher_language_switch_links_alter()
hook_language_switch_links_alter()
File
- src/
HookEventDispatcherInterface.php, line 831
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const LANGUAGE_SWITCH_LINKS_ALTER = self::PREFIX . 'language.switch_links_alter';