You are here

public constant HookEventDispatcherInterface::LANGUAGE_SWITCH_LINKS_ALTER in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::LANGUAGE_SWITCH_LINKS_ALTER
  2. 3.x 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_dispatcher

Code

public const LANGUAGE_SWITCH_LINKS_ALTER = self::PREFIX . 'language.switch_links_alter';