PathLanguageTest |
class |
core/modules/path/tests/src/Functional/PathLanguageTest.php |
Confirm that paths work with translated nodes. |
PathLanguageTest.php |
file |
core/modules/path/tests/src/Functional/PathLanguageTest.php |
|
PathLanguageTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathLanguageTest.php |
The theme to install as the default for testing. |
PathLanguageTest::$modules |
property |
core/modules/path/tests/src/Functional/PathLanguageTest.php |
Modules to install. |
PathLanguageTest::$webUser |
property |
core/modules/path/tests/src/Functional/PathLanguageTest.php |
A user with permissions to administer content types. |
PathLanguageTest::setUp |
function |
core/modules/path/tests/src/Functional/PathLanguageTest.php |
|
PathLanguageTest::testAliasTranslation |
function |
core/modules/path/tests/src/Functional/PathLanguageTest.php |
Tests alias functionality through the admin interfaces. |
PathLanguageUiTest |
class |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
Confirm that the Path module user interface works with languages. |
PathLanguageUiTest.php |
file |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
|
PathLanguageUiTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
The theme to install as the default for testing. |
PathLanguageUiTest::$modules |
property |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
Modules to install. |
PathLanguageUiTest::setUp |
function |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
|
PathLanguageUiTest::testDefaultLanguageUrl |
function |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
Tests that a default language URL alias works. |
PathLanguageUiTest::testLanguageNeutralUrl |
function |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
Tests that a language-neutral URL alias works. |
PathLanguageUiTest::testNonDefaultUrl |
function |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
Tests that a non-default language URL alias works. |
PathLanguageUiTest::testNotSpecifiedNode |
function |
core/modules/path/tests/src/Functional/PathLanguageUiTest.php |
Tests language unspecific aliases are shown and saved in the node form. |
PathProcessorLanguage |
class |
core/modules/language/src/HttpKernel/PathProcessorLanguage.php |
Processes the inbound path using path alias lookups. |
PathProcessorLanguage.php |
file |
core/modules/language/src/HttpKernel/PathProcessorLanguage.php |
|
PathProcessorLanguage::$config |
property |
core/modules/language/src/HttpKernel/PathProcessorLanguage.php |
A config factory for retrieving required config settings. |
PathProcessorLanguage::$configSubscriber |
property |
core/modules/language/src/HttpKernel/PathProcessorLanguage.php |
The language configuration event subscriber. |
PathProcessorLanguage::$languageManager |
property |
core/modules/language/src/HttpKernel/PathProcessorLanguage.php |
Language manager for retrieving the URL language type. |
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. |
PhpTransliteration::$languageOverrides |
property |
core/lib/Drupal/Component/Transliteration/PhpTransliteration.php |
Associative array of language-specific character transliteration tables. |
PhpTransliteration::readLanguageOverrides |
function |
core/lib/Drupal/Component/Transliteration/PhpTransliteration.php |
Reads in language overrides for a language code. |
PhpTransliteration::readLanguageOverrides |
function |
core/lib/Drupal/Core/Transliteration/PhpTransliteration.php |
Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides(). |
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. |