LanguageNegotiationTestTs |
class |
core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php |
Class for identifying language from a selected language. |
LanguageNegotiationTestTs.php |
file |
core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php |
|
LanguageNegotiationTestTs::METHOD_ID |
constant |
core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php |
The language negotiation method id. |
LanguageNegotiationUI |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php |
Identifies the language from the interface text language selected for page. |
LanguageNegotiationUI.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php |
|
LanguageNegotiationUI::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php |
Performs language negotiation. |
LanguageNegotiationUI::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php |
The language negotiation method id. |
LanguageNegotiationUrl |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Class for identifying language via URL prefix or domain. |
LanguageNegotiationUrl.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
|
LanguageNegotiationUrl::CONFIG_DOMAIN |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
URL language negotiation: use the domain as URL language indicator. |
LanguageNegotiationUrl::CONFIG_PATH_PREFIX |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
URL language negotiation: use the path prefix as URL language indicator. |
LanguageNegotiationUrl::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Performs language negotiation. |
LanguageNegotiationUrl::getLanguageSwitchLinks |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Returns language switch links. |
LanguageNegotiationUrl::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
The language negotiation method id. |
LanguageNegotiationUrl::processInbound |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Processes the inbound path. |
LanguageNegotiationUrl::processOutbound |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Processes the outbound path. |
LanguageNegotiationUrlFallback |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
Determines the language to be assigned to URLs when none is detected. |
LanguageNegotiationUrlFallback.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
|
LanguageNegotiationUrlFallback::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
Performs language negotiation. |
LanguageNegotiationUrlFallback::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
The language negotiation method id. |
LanguageNegotiationUrlTest |
class |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Tests Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl. |
LanguageNegotiationUrlTest |
class |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
Tests Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl. |
LanguageNegotiationUrlTest.php |
file |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
|
LanguageNegotiationUrlTest.php |
file |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
|
LanguageNegotiationUrlTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
The theme to install as the default for testing. |
LanguageNegotiationUrlTest::$languageManager |
property |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
The language manager. |
LanguageNegotiationUrlTest::$languages |
property |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
An array of languages. |
LanguageNegotiationUrlTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
Modules to install. |
LanguageNegotiationUrlTest::$user |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
|
LanguageNegotiationUrlTest::$user |
property |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
The test user. |
LanguageNegotiationUrlTest::providerNeutralLanguages |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Provides data for the neutral language test. |
LanguageNegotiationUrlTest::providerTestDomain |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Provides data for the domain test. |
LanguageNegotiationUrlTest::providerTestPathPrefix |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Provides data for the path prefix test. |
LanguageNegotiationUrlTest::setUp |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
|
LanguageNegotiationUrlTest::setUp |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
|
LanguageNegotiationUrlTest::testDomain |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
Tests domain. |
LanguageNegotiationUrlTest::testDomain |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Tests domain language negotiation and outbound path processing. |
LanguageNegotiationUrlTest::testNeutralLanguages |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Tests outbound path processing for neutral languages. |
LanguageNegotiationUrlTest::testPathPrefix |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Tests path prefix language negotiation and outbound path processing. |
LanguageNegotiationUrlTest::testProcessOutboundOutputsRelativePathsForSameDomain |
function |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Tests path outbound processing correctly setting relative/absolute paths. |
LanguageNegotiationUser |
class |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
Class for identifying language from the user preferences. |
LanguageNegotiationUser.php |
file |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
|
LanguageNegotiationUser::getLangcode |
function |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
Performs language negotiation. |
LanguageNegotiationUser::METHOD_ID |
constant |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
The language negotiation method id. |
LanguageNegotiationUserAdmin |
class |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
Identifies admin language from the user preferences. |
LanguageNegotiationUserAdmin.php |
file |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
|
LanguageNegotiationUserAdmin::$adminContext |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The admin context. |
LanguageNegotiationUserAdmin::$pathProcessorManager |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The path processor manager. |
LanguageNegotiationUserAdmin::$router |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The router. |
LanguageNegotiationUserAdmin::$stackedRouteMatch |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The stacked route match. |