SearchPreprocessLangcodeTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
Sets up a Drupal site for running functional and integration tests. |
TranslationManager::$defaultLangcode |
property |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
The default langcode used in translations. |
EntityFormController::getFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::getFormLangcode(). |
EntityTranslationFormTest::$langcodes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
|
SearchPreprocessLangcodeTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
|
EntityTranslationTestBase::$langcodes |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
The enabled languages. |
_user_language_selector_langcode_value |
function |
drupal/core/modules/user/user.module |
Sets the value of the user register and profile forms' langcode element. |
SearchPreprocessLangcodeTest::$modules |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
Modules to enable. |
TranslationManager::setDefaultLangcode |
function |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Sets the default langcode. |
search_langcode_test_search_preprocess |
function |
drupal/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module |
Implements hook_search_preprocess(). |
EntityFormController::updateFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Updates the form language to reflect any change to the entity language. |
EntityTranslationSyncUnitTest::$langcodes |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
The available language codes. |
EntityFormController::isDefaultFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::isDefaultFormLangcode(). |
language_get_browser_drupal_langcode_mappings |
function |
drupal/core/modules/language/language.module |
Returns language mappings between browser and Drupal language codes. |
language_set_browser_drupal_langcode_mappings |
function |
drupal/core/modules/language/language.module |
Stores language mappings between browser and Drupal language codes. |
EntityFormControllerInterface::getFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Returns the code identifying the active form language. |
EntityTranslationController::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getSourceLanguage(). |
SearchPreprocessLangcodeTest::testPreprocessLangcode |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
Tests that hook_search_preprocess() returns the correct langcode. |
SearchPreprocessLangcodeTest::testPreprocessStemming |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
Tests stemming for hook_search_preprocess(). |
EntityFormControllerInterface::isDefaultFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Checks whether the current form language matches the entity one. |
LanguageConfigurationElementTest::testDefaultLangcode |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
Tests that the language_get_default_langcode() returns the correct values. |
EntityTranslationControllerInterface::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Retrieves the source language for the translation being created. |