Search for language

  1. Search 7.x for language
  2. Search 9.5.x for language
  3. Search 10.3.x for language
  4. Search 11.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 Plugin annotation @MigrateSource( id = "language", source_module = "locale" )
Language class core/modules/language/src/Plugin/Condition/Language.php Provides a 'Language' condition.
Language class core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Defines the "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
PathProcessorLanguage::$multilingual property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Flag indicating whether the site is multilingual.
PathProcessorLanguage::$negotiator property core/modules/language/src/HttpKernel/PathProcessorLanguage.php The language negotiator.
PathProcessorLanguage::$processors property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Local cache for language path processors.
PathProcessorLanguage::initConfigSubscriber function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the injected event subscriber with the language path processor.
PathProcessorLanguage::initProcessors function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the local cache for language path processors.
PathProcessorLanguage::processInbound function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Processes the inbound path.
PathProcessorLanguage::processOutbound function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Processes the outbound path.
PathProcessorLanguage::reset function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Resets the collected processors instances.
PathProcessorLanguage::__construct function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Constructs a PathProcessorLanguage object.
PathProcessorTest::$languageManager property core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php The language manager stub used to construct a PathProcessorLanguage object.
PathProcessorTest::$languages property core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Configuration for the languageManager stub.
path_post_update_create_language_content_settings function core/modules/path/path.post_update.php Create the language content settings configuration object for path aliases.
PhpTransliteration::$languageOverrides property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Associative array of language-specific character transliteration tables.
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides().
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Reads in language overrides for a language code.
plugin.manager.language_negotiation_method service core/modules/language/language.services.yml Drupal\language\LanguageNegotiationMethodManager
PluginBase::listLanguages function core/modules/views/src/Plugin/views/PluginBase.php Makes an array of languages, optionally including special languages.
PluginBase::queryLanguageSubstitutions function core/modules/views/src/Plugin/views/PluginBase.php Returns substitutions for Views queries for languages.
PluginBase::VIEWS_QUERY_LANGUAGE_SITE_DEFAULT constant core/modules/views/src/Plugin/views/PluginBase.php Query string to indicate the site default language.
PluralFormula::$languageManager property core/modules/locale/src/PluralFormula.php
PoHeader::$languageName property core/lib/Drupal/Component/Gettext/PoHeader.php Human readable language name.
PoHeader::getLanguageName function core/lib/Drupal/Component/Gettext/PoHeader.php Gets the human readable language name.
PoHeader::setLanguageName function core/lib/Drupal/Component/Gettext/PoHeader.php Set the human readable language name.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Tests private file fields on translated nodes.
RenderedEntity::$languageManager property core/modules/views/src/Plugin/views/field/RenderedEntity.php The language manager.
RenderedEntity::getLanguageManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the language manager.
RendererBase::$languageManager property core/modules/views/src/Entity/Render/RendererBase.php The language manager.
RouteCachingLanguageTest class core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Tests that route lookup is cached by the current language.
RouteCachingLanguageTest.php file core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
RouteCachingLanguageTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php The theme to install as the default for testing.
RouteCachingLanguageTest::$modules property core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Modules to enable.
RouteCachingLanguageTest::$webUser property core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php An user with permissions to administer content types.
RouteCachingLanguageTest::providerLanguage function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Data provider for testFromUri().
RouteCachingLanguageTest::setUp function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
RouteCachingLanguageTest::testLinkTranslationWithAlias function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Creates content with a link field pointing to an alias of another language.
RouteCachingNonPathLanguageNegotiationTest class core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php Tests the route cache when the language is not in the path.
RouteCachingNonPathLanguageNegotiationTest.php file core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
RouteCachingNonPathLanguageNegotiationTest::$adminUser property core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php The admin user.
RouteCachingNonPathLanguageNegotiationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php The theme to install as the default for testing.
RouteCachingNonPathLanguageNegotiationTest::$modules property core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php Modules to enable.
RouteCachingNonPathLanguageNegotiationTest::setUp function core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
RouteCachingNonPathLanguageNegotiationTest::testAliases function core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php Tests aliases when the negotiated language is not in the path.
RouteProvider::$languageManager property core/lib/Drupal/Core/Routing/RouteProvider.php The language manager.
RouteProvider::getCurrentLanguageCacheIdPart function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the language identifier for the route collection cache.
RowEntityRenderersTest::checkLanguageRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks that the language renderer configurations work as expected.
SearchLanguageTest class core/modules/search/tests/src/Functional/SearchLanguageTest.php Tests advanced search with different languages added.
SearchLanguageTest.php file core/modules/search/tests/src/Functional/SearchLanguageTest.php
SearchLanguageTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchLanguageTest.php The theme to install as the default for testing.
SearchLanguageTest::$modules property core/modules/search/tests/src/Functional/SearchLanguageTest.php Modules to enable.
SearchLanguageTest::$searchableNodes property core/modules/search/tests/src/Functional/SearchLanguageTest.php Array of nodes available to search.

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