LocaleConfigSubscriberTest::testLocaleCreateTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests importing community translations of shipped configuration. |
LocaleConfigSubscriberTest::testLocaleDeleteTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests deleting community translations of shipped configuration. |
LocaleConfigSubscriberTest::testLocaleUpdateTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests updating community translations of shipped configuration. |
LocaleConfigSubscriberTest::testUpdateTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests updating translations of shipped configuration. |
LocaleConfigTranslationImportTest |
class |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Tests translation update's effects on configuration translations. |
LocaleConfigTranslationImportTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
|
LocaleConfigTranslationImportTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
The theme to install as the default for testing. |
LocaleConfigTranslationImportTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Modules to enable. |
LocaleConfigTranslationImportTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
|
LocaleConfigTranslationImportTest::testConfigTranslationImport |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Tests update changes configuration translations if enabled after language. |
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Tests update changes configuration translations if enabled after language. |
LocaleConfigTranslationImportTest::testConfigTranslationWithNonEnglishLanguageDefault |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Tests setting a non-English language as default and importing configuration. |
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Tests removing a string from Locale deletes configuration translations. |
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Tests removing a string from Locale changes configuration translations. |
LocaleConfigTranslationTest |
class |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
Tests translation of configuration strings. |
LocaleConfigTranslationTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
|
LocaleConfigTranslationTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
The theme to install as the default for testing. |
LocaleConfigTranslationTest::$langcode |
property |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
The language code used. |
LocaleConfigTranslationTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
Modules to enable. |
LocaleConfigTranslationTest::$storage |
property |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
|
LocaleConfigTranslationTest::assertNodeConfig |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
Check that node configuration source strings are made available in locale. |
LocaleConfigTranslationTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
|
LocaleConfigTranslationTest::testConfigTranslation |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
Tests basic configuration translation. |
LocaleConfigTranslationTest::testOptionalConfiguration |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php |
Tests translatability of optional configuration in locale. |
LocaleConfigurableLanguageManagerTest |
class |
core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php |
Tests that the configurable language manager and locale operate correctly. |
LocaleConfigurableLanguageManagerTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php |
|
LocaleConfigurableLanguageManagerTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php |
A list of modules to install for this test. |
LocaleConfigurableLanguageManagerTest::testGetLanguages |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php |
|
LocaleContentTest::testContentTypeLanguageConfiguration |
function |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
Tests if a content type can be set to multilingual and language is present. |
LocaleDefaultConfigStorage |
class |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Provides access to default configuration for locale integration. |
LocaleDefaultConfigStorage.php |
file |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
|
LocaleDefaultConfigStorage::$configStorage |
property |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
The storage instance for reading configuration data. |
LocaleDefaultConfigStorage::$languageManager |
property |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
The language manager. |
LocaleDefaultConfigStorage::$optionalInstallStorage |
property |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
The storage instance for reading optional default configuration data. |
LocaleDefaultConfigStorage::$requiredInstallStorage |
property |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
The storage instance for reading required default configuration data. |
LocaleDefaultConfigStorage::getComponentNames |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Get all configuration names and folders for a list of modules or themes. |
LocaleDefaultConfigStorage::listAll |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Return the list of configuration in install storage and current languages. |
LocaleDefaultConfigStorage::predefinedConfiguredLanguages |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Compute the list of configuration names that match predefined languages. |
LocaleDefaultConfigStorage::read |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Read a configuration from install storage or default languages. |
LocaleDefaultConfigStorage::__construct |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Constructs a LocaleDefaultConfigStorage. |
LocaleFileSystemFormTest::testFileConfigurationPage |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Tests translation directory settings on the file settings form. |
LocaleImportFunctionalTest::getPoFileWithConfig |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with configuration translations. |
LocaleImportFunctionalTest::getPoFileWithConfigDe |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with configuration translations. |
LocaleImportFunctionalTest::testConfigPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Tests .po file import with configuration translation. |
LocaleImportFunctionalTest::testConfigTranslationImportingPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Tests .po file import with user.settings configuration. |
LocaleLookup::$configFactory |
property |
core/modules/locale/src/LocaleLookup.php |
The configuration factory. |
LocaleLookupTest::$configFactory |
property |
core/modules/locale/tests/src/Unit/LocaleLookupTest.php |
A mocked config factory built with UnitTestCase::getConfigFactoryStub(). |
LocalePathTest::testPathLanguageConfiguration |
function |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
Tests if a language can be associated with a path alias. |
LocaleSettingsForm::getEditableConfigNames |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Gets the configuration names that will be editable. |
LocaleTranslation::$configFactory |
property |
core/modules/locale/src/LocaleTranslation.php |
The configuration factory. |