| ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate | function | core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php | Tests that bundle translation setting changes are propagated. | 
          
                                                                                        | ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden | function | core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php | Tests changing the default language of an entity. | 
          
                                                                                        | ContentTranslationHandler::$languageManager | property | core/modules/content_translation/src/ContentTranslationHandler.php | The language manager. | 
          
                                                                                        | ContentTranslationLanguageChangeTest | class | core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php | Tests the content translation language that is set. | 
          
                                                                                        | ContentTranslationLanguageChangeTest.php | file | core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |  | 
          
                                                                                        | ContentTranslationLanguageChangeTest::$defaultTheme | property | core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php | The theme to install as the default for testing. | 
          
                                                                                        | ContentTranslationLanguageChangeTest::$modules | property | core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php | Modules to enable. | 
          
                                                                                        | ContentTranslationLanguageChangeTest::setUp | function | core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |  | 
          
                                                                                        | ContentTranslationLanguageChangeTest::testLanguageChange | function | core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php | Tests that the source language is properly set when changing. | 
          
                                                                                        | ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall | function | core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php | Tests that title does not change on ajax call with new language value. | 
          
                                                                                        | ContentTranslationManageAccessCheck::$languageManager | property | core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php | The language manager. | 
          
                                                                                        | ContentTranslationManager::loadContentLanguageSettings | function | core/modules/content_translation/src/ContentTranslationManager.php | Loads a content language config entity based on the entity type and bundle. | 
          
                                                                                        | ContentTranslationSettingsTest::testAccountLanguageSettingsUI | function | core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php | Tests the language settings checkbox on account settings page. | 
          
                                                                                        | ContentTranslationTestBase::setupLanguages | function | core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php | Adds additional languages. | 
          
                                                                                        | ContentTranslationUITestBase::$testHTMLEscapeForAllLanguages | property | core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php | Flag to determine if "all languages" rendering is tested. | 
          
                                                                                        | ContentTranslationUITestBase::$testLanguageSelector | property | core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php | Whether the behavior of the language selector should be tested. | 
          
                                                                                        | content_translation_form_language_content_settings_form_alter | function | core/modules/content_translation/content_translation.module | Implements hook_form_FORM_ID_alter() for language_content_settings_form(). | 
          
                                                                                        | content_translation_form_language_content_settings_submit | function | core/modules/content_translation/content_translation.admin.inc | Form submission handler for content_translation_admin_settings_form(). | 
          
                                                                                        | content_translation_form_language_content_settings_validate | function | core/modules/content_translation/content_translation.admin.inc | Form validation handler for content_translation_admin_settings_form(). | 
          
                                                                                        | content_translation_language_configuration_element_process | function | core/modules/content_translation/content_translation.module | Process callback: Expands the language_configuration form element. | 
          
                                                                                        | content_translation_language_configuration_element_submit | function | core/modules/content_translation/content_translation.module | Form submission handler for element added with content_translation_language_configuration_element_process(). | 
          
                                                                                        | content_translation_language_configuration_element_validate | function | core/modules/content_translation/content_translation.module | Form validation handler for element added with content_translation_language_configuration_element_process(). | 
          
                                                                                        | content_translation_language_content_settings_insert | function | core/modules/content_translation/content_translation.module | Implements hook_ENTITY_TYPE_insert(). | 
          
                                                                                        | content_translation_language_content_settings_update | function | core/modules/content_translation/content_translation.module | Implements hook_ENTITY_TYPE_update(). | 
          
                                                                                        | content_translation_language_fallback_candidates_entity_view_alter | function | core/modules/content_translation/content_translation.module | Implements hook_language_fallback_candidates_OPERATION_alter(). | 
          
                                                                                        | content_translation_language_types_info_alter | function | core/modules/content_translation/content_translation.module | Implements hook_language_type_info_alter(). | 
          
                                                                                        | content_translation_preprocess_language_content_settings_table | function | core/modules/content_translation/content_translation.module | Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig. | 
          
                                                                                        | ControllerBase::$languageManager | property | core/lib/Drupal/Core/Controller/ControllerBase.php | The language manager. | 
          
                                                                                        | ControllerBase::languageManager | function | core/lib/Drupal/Core/Controller/ControllerBase.php | Returns the language manager service. | 
          
                                                                                        | CurrentLanguageContext | class | core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php | Sets the current language as a context. | 
          
                                                                                        | CurrentLanguageContext.php | file | core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php |  | 
          
                                                                                        | CurrentLanguageContext::$languageManager | property | core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php | The language manager. | 
          
                                                                                        | CurrentLanguageContext::getAvailableContexts | function | core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php | Gets all available contexts for the purposes of configuration. | 
          
                                                                                        | CurrentLanguageContext::getRuntimeContexts | function | core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php | Gets runtime context values for the given context IDs. | 
          
                                                                                        | CurrentLanguageContext::__construct | function | core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php | Constructs a new CurrentLanguageContext. | 
          
                                                                                        | CustomStrings::getLanguage | function | core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php | Retrieves translations for a given language. | 
          
                                                                                        | d6_language_content_comment_settings.yml | file | core/modules/content_translation/migrations/d6_language_content_comment_settings.yml | core/modules/content_translation/migrations/d6_language_content_comment_settings.yml | 
          
                                                                                        | d6_language_content_menu_settings.yml | file | core/modules/language/migrations/d6_language_content_menu_settings.yml | core/modules/language/migrations/d6_language_content_menu_settings.yml | 
          
                                                                                        | d6_language_content_settings.yml | file | core/modules/language/migrations/d6_language_content_settings.yml | core/modules/language/migrations/d6_language_content_settings.yml | 
          
                                                                                        | d6_language_content_taxonomy_vocabulary_settings.yml | file | core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml | core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml | 
          
                                                                                        | d6_language_negotiation_settings.yml | file | core/modules/language/migrations/d6_language_negotiation_settings.yml | core/modules/language/migrations/d6_language_negotiation_settings.yml | 
          
                                                                                        | d6_language_types.yml | file | core/modules/language/migrations/d6_language_types.yml | core/modules/language/migrations/d6_language_types.yml | 
          
                                                                                        | d7_language_content_comment_settings.yml | file | core/modules/content_translation/migrations/d7_language_content_comment_settings.yml | core/modules/content_translation/migrations/d7_language_content_comment_settings.yml | 
          
                                                                                        | d7_language_content_menu_settings.yml | file | core/modules/language/migrations/d7_language_content_menu_settings.yml | core/modules/language/migrations/d7_language_content_menu_settings.yml | 
          
                                                                                        | d7_language_content_settings.yml | file | core/modules/language/migrations/d7_language_content_settings.yml | core/modules/language/migrations/d7_language_content_settings.yml | 
          
                                                                                        | d7_language_content_taxonomy_vocabulary_settings.yml | file | core/modules/language/migrations/d7_language_content_taxonomy_vocabulary_settings.yml | core/modules/language/migrations/d7_language_content_taxonomy_vocabulary_settings.yml | 
          
                                                                                        | d7_language_negotiation_settings.yml | file | core/modules/language/migrations/d7_language_negotiation_settings.yml | core/modules/language/migrations/d7_language_negotiation_settings.yml | 
          
                                                                                        | d7_language_types.yml | file | core/modules/language/migrations/d7_language_types.yml | core/modules/language/migrations/d7_language_types.yml | 
          
                                                                                        | DataEntityRow::$languageManager | property | core/modules/rest/src/Plugin/views/row/DataEntityRow.php | The language manager. | 
          
                                                                                        | DataEntityRow::getLanguageManager | function | core/modules/rest/src/Plugin/views/row/DataEntityRow.php | Returns the language manager. |