Search for language

  1. Search 7.x for language
  2. Search 9.5.x for language
  3. Search 8.9.x for language
  4. Search 10.3.x for language
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Language class core/modules/language/src/Plugin/migrate/source/Language.php Drupal 6/7 language source from database.
Language class core/modules/language/src/Plugin/Condition/Language.php Provides a 'Language' condition.
Language class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php CKEditor 5 Language plugin.
Language class core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php Defines the 'language' data type.
Language class core/lib/Drupal/Core/Language/Language.php An object containing the information for an interface language.

All search results

Title Object type File name Summary
LanguageUrlRewritingTest::setUp function core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
LanguageUrlRewritingTest::testDomainNameNegotiationPort function core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php Check URL rewriting when using a domain name and a non-standard port.
LanguageUrlRewritingTest::testUrlRewritingEdgeCases function core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php Check that non-installed languages are not considered.
language_configuration_element_submit function core/modules/language/language.module Submit handler for the forms that have a language_configuration element.
language_config_override_test.info.yml file core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml
language_config_override_test.settings.yml file core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml
language_converter service core/modules/language/language.services.yml Drupal\language\LanguageConverter
language_elements_test.info.yml file core/modules/language/tests/language_elements_test/language_elements_test.info.yml core/modules/language/tests/language_elements_test/language_elements_test.info.yml
language_elements_test.routing.yml file core/modules/language/tests/language_elements_test/language_elements_test.routing.yml core/modules/language/tests/language_elements_test/language_elements_test.routing.yml
language_entity_field_access_test.info.yml file core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml
language_entity_field_access_test.module file core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.module
language_entity_field_access_test_entity_field_access function core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.module Implements hook_entity_field_access().
language_events_test.event_subscriber service core/modules/language/tests/language_events_test/language_events_test.services.yml Drupal\language_events_test\EventSubscriber
language_events_test.info.yml file core/modules/language/tests/language_events_test/language_events_test.info.yml core/modules/language/tests/language_events_test/language_events_test.info.yml
language_events_test.services.yml file core/modules/language/tests/language_events_test/language_events_test.services.yml core/modules/language/tests/language_events_test/language_events_test.services.yml
language_get_browser_drupal_langcode_mappings function core/modules/language/language.module Returns language mappings between browser and Drupal language codes.
language_get_default_langcode function core/modules/language/language.module Returns the default language code assigned to an entity type and a bundle.
language_manager service core/core.services.yml Drupal\Core\Language\LanguageManager
language_negotiation_url_prefixes_update function core/modules/language/language.module Update the list of prefixes from the installed languages.
language_negotiator service core/modules/language/language.services.yml Drupal\language\LanguageNegotiator
language_prefixes_and_domains.yml file core/modules/language/migrations/language_prefixes_and_domains.yml core/modules/language/migrations/language_prefixes_and_domains.yml
language_preprocess_block function core/modules/language/language.module Implements hook_preprocess_HOOK() for block templates.
language_process_language_select function core/modules/language/language.module Processes a language select list form element.
language_removed_post_updates function core/modules/language/language.post_update.php Implements hook_removed_post_updates().
language_test.info.yml file core/modules/language/tests/language_test/language_test.info.yml core/modules/language/tests/language_test/language_test.info.yml
language_test.module file core/modules/language/tests/language_test/language_test.module
language_test.routing.yml file core/modules/language/tests/language_test/language_test.routing.yml core/modules/language/tests/language_test/language_test.routing.yml
language_test_store_language_negotiation function core/modules/language/tests/language_test/language_test.module Store the last negotiated languages.
language_update_last_removed function core/modules/language/language.install Implements hook_update_last_removed().
layout_builder_preprocess_language_content_settings_table function core/modules/layout_builder/layout_builder.module Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
LinkBase::$languageManager property core/modules/views/src/Plugin/views/field/LinkBase.php The language manager.
LinkBase::getLanguageManager function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the language manager.
LocalActionManager::$languageManager property core/lib/Drupal/Core/Menu/LocalActionManager.php The language manager.
LocaleConfigManager::$languageManager property core/modules/locale/src/LocaleConfigManager.php The language manager.
LocaleConfigManager::deleteLanguageTranslations function core/modules/locale/src/LocaleConfigManager.php Deletes configuration for language.
LocaleConfigSubscriber::$languageManager property core/modules/locale/src/LocaleConfigSubscriber.php The language manager.
LocaleConfigSubscriberForeignTest::saveLanguageActive function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Saves a language override.
LocaleConfigSubscriberForeignTest::setUpLanguages function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Sets up languages needed for this test.
LocaleConfigSubscriberForeignTest::testDefaultConfigLanguage function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests that the language of default configuration was updated.
LocaleConfigSubscriberTest::$languageManager property core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php The configurable language manager used in this test.
LocaleConfigSubscriberTest::deleteLanguageOverride function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Deletes a language override.
LocaleConfigSubscriberTest::saveLanguageOverride function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Saves a language override.
LocaleConfigSubscriberTest::setUpDefaultLanguage function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Sets up default language for this test.
LocaleConfigSubscriberTest::setUpLanguages function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Sets up languages needed for this test.
LocaleConfigTranslationImportTest::testConfigTranslationWithNonEnglishLanguageDefault function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests setting a non-English language as default and importing configuration.
LocaleConfigurableLanguageManagerTest class core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php Tests that the configurable language manager and locale operate correctly.
LocaleConfigurableLanguageManagerTest.php file core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php
LocaleConfigurableLanguageManagerTest::$modules property core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php A list of modules to install for this test.
LocaleConfigurableLanguageManagerTest::testGetLanguages function core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php Tests retrieving languages from the language manager.
LocaleContentTest::testContentTypeLanguageConfiguration function core/modules/locale/tests/src/Functional/LocaleContentTest.php Tests if a content type can be set to multilingual and language is present.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.