constant LANGUAGE_TYPE_INTERFACE

The type of language used to select the user interface.

55 uses of LANGUAGE_TYPE_INTERFACE
AccountFormController::form in drupal/core/modules/user/lib/Drupal/user/AccountFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
CascadingStylesheetsTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests Locale module's CSS Alter to include RTL overrides.
CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
contact_personal_form_submit in drupal/core/modules/contact/contact.pages.inc
Form submission handler for contact_personal_form().
contact_site_form_submit in drupal/core/modules/contact/contact.pages.inc
Form submission handler for contact_site_form().

... See full list

File

drupal/core/includes/bootstrap.inc, line 267
Functions that need to be loaded on every Drupal request.

Code

const LANGUAGE_TYPE_INTERFACE = 'language_interface';