| LanguageArgument::language |
function |
core/modules/views/src/Plugin/views/argument/LanguageArgument.php |
Returns the language name for a given langcode. |
| LanguageArgument::summaryName |
function |
core/modules/views/src/Plugin/views/argument/LanguageArgument.php |
Provides the name to use for the summary, defaults to the name field. |
| LanguageArgument::title |
function |
core/modules/views/src/Plugin/views/argument/LanguageArgument.php |
Get the title this argument will assign the view, given the argument. |
| LanguageBlock |
class |
core/modules/language/src/Plugin/Derivative/LanguageBlock.php |
Provides language switcher block plugin definitions for all languages. |
| LanguageBlock |
class |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
Provides a 'Language switcher' block. |
| LanguageBlock.php |
file |
core/modules/language/src/Plugin/Derivative/LanguageBlock.php |
|
| LanguageBlock.php |
file |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
|
| LanguageBlock::$languageManager |
property |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
The language manager. |
| LanguageBlock::$pathMatcher |
property |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
The path matcher. |
| LanguageBlock::blockAccess |
function |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
Indicates whether the block should be shown. |
| LanguageBlock::build |
function |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
Builds and returns the renderable array for this block plugin. |
| LanguageBlock::create |
function |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
Instantiates a new instance of the implementing class using autowiring. |
| LanguageBlock::createPlaceholder |
function |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
|
| LanguageBlock::getDerivativeDefinitions |
function |
core/modules/language/src/Plugin/Derivative/LanguageBlock.php |
Gets the definition of all derivatives of a base plugin. |
| LanguageBlock::__construct |
function |
core/modules/language/src/Plugin/Block/LanguageBlock.php |
Constructs a LanguageBlock object. |
| LanguageBlockSettingsVisibilityTest |
class |
core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php |
Tests that the language settings on block config appears correctly. |
| LanguageBlockSettingsVisibilityTest.php |
file |
core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php |
|
| LanguageBlockSettingsVisibilityTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php |
The theme to install as the default for testing. |
| LanguageBlockSettingsVisibilityTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php |
Modules to install. |
| LanguageBlockSettingsVisibilityTest::testUnnecessaryLanguageSettingsVisibility |
function |
core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php |
Tests languages displayed in the language switcher. |
| LanguageBreadcrumbTest |
class |
core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php |
Tests breadcrumbs functionality. |
| LanguageBreadcrumbTest.php |
file |
core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php |
|
| LanguageBreadcrumbTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php |
The theme to install as the default for testing. |
| LanguageBreadcrumbTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php |
Modules to install. |
| LanguageBreadcrumbTest::setUp |
function |
core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php |
|
| LanguageBreadcrumbTest::testBreadCrumbs |
function |
core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php |
Tests breadcrumbs with URL prefixes. |
| LanguageBrowserDetectionAcceptLanguageTest |
class |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php |
Tests browser language detection with different accept-language headers. |
| LanguageBrowserDetectionAcceptLanguageTest.php |
file |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php |
|
| LanguageBrowserDetectionAcceptLanguageTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php |
The theme to install as the default for testing. |
| LanguageBrowserDetectionAcceptLanguageTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php |
Modules to install. |
| LanguageBrowserDetectionAcceptLanguageTest::setUp |
function |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php |
|
| LanguageBrowserDetectionAcceptLanguageTest::testAcceptLanguageEmptyDefault |
function |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php |
Tests with browsers with and without Accept-Language header. |
| LanguageBrowserDetectionTest |
class |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php |
Tests browser language detection. |
| LanguageBrowserDetectionTest.php |
file |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php |
|
| LanguageBrowserDetectionTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php |
The theme to install as the default for testing. |
| LanguageBrowserDetectionTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php |
Modules to install. |
| LanguageBrowserDetectionTest::testUIBrowserLanguageMappings |
function |
core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php |
Tests mappings between browser language codes and Drupal language codes. |
| LanguageConditionTest |
class |
core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php |
Tests the language condition plugin. |
| LanguageConditionTest.php |
file |
core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php |
|
| LanguageConditionTest::$languageManager |
property |
core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php |
The language manager. |
| LanguageConditionTest::$manager |
property |
core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php |
The condition plugin manager. |
| LanguageConditionTest::$modules |
property |
core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php |
Modules to install. |
| LanguageConditionTest::setUp |
function |
core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php |
|
| LanguageConditionTest::testConditions |
function |
core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php |
Tests the language condition. |
| LanguageConfigCollectionNameTrait |
trait |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
Provides a common trait for working with language override collection names. |
| LanguageConfigCollectionNameTrait.php |
file |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
|
| LanguageConfigCollectionNameTrait::createConfigCollectionName |
function |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
Creates a configuration collection name based on a language code. |
| LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName |
function |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
Converts a configuration collection name to a language code. |
| LanguageConfigFactoryOverride |
class |
core/modules/language/src/Config/LanguageConfigFactoryOverride.php |
Provides language overrides for the configuration factory. |
| LanguageConfigFactoryOverride.php |
file |
core/modules/language/src/Config/LanguageConfigFactoryOverride.php |
|