constant LANGUAGE_CONFIGURABLE

The language state when referring to configurable languages.

7 uses of LANGUAGE_CONFIGURABLE
AccountFormController::form in drupal/core/modules/user/lib/Drupal/user/AccountFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
EntityTranslationController::entityFormAlter in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Implements EntityTranslationControllerInterface::entityFormAlter().
form_test_language_select in drupal/core/modules/system/tests/modules/form_test/form_test.module
Builds a form to test the language select form element.
LanguageSelectElementTest::testLanguageSelectElementOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
Tests that the options printed by the language select element are correct.
language_element_info_alter in drupal/core/modules/language/language.module
Implements hook_element_info_alter().

... See full list

File

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

Code

const LANGUAGE_CONFIGURABLE = 1;