constant Language::TYPE_INTERFACE

The type of language used to select the user interface.

2 uses of Language::TYPE_INTERFACE
hook_language_switch_links_alter in drupal/core/modules/system/language.api.php
Perform alterations on language switcher links.
hook_watchdog in drupal/core/modules/system/system.api.php
Log an event message.

File

drupal/core/lib/Drupal/Core/Language/Language.php, line 96
Definition of Drupal\Core\Language\Language.

Class

Language
An object containing the information for an interface language.

Namespace

Drupal\Core\Language

Code

const TYPE_INTERFACE = 'language_interface';