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. |
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. |
ResourceObject::$language |
property |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
The resource language. |
ResourceObject::getLanguage |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
Gets the ResourceObject's language. |
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 |
A 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. |
SearchLanguageTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchLanguageTest.php |
|
SearchLanguageTest::testLanguageAttributes |
function |
core/modules/search/tests/src/Functional/SearchLanguageTest.php |
Test language attribute "lang" for the search results. |
SearchLanguageTest::testLanguages |
function |
core/modules/search/tests/src/Functional/SearchLanguageTest.php |
|
SelectLanguageForm |
class |
core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php |
Provides the language selection form. |