| 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 |
Tests retrieving languages from the language manager. |
| LocaleContentTest |
class |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
Tests multilingual support for content types and individual nodes. |
| LocaleContentTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
|
| LocaleContentTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
The theme to install as the default for testing. |
| LocaleContentTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
Modules to install. |
| LocaleContentTest::testContentTypeDirLang |
function |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
Tests if a dir and lang tags exist in node's attributes. |
| 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. |
| LocaleContentTest::testMachineNameLTR |
function |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
Verifies that machine name fields are always LTR. |
| LocaleDefaultConfigStorageTest |
class |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
Tests Locale Default Config Storage. |
| LocaleDefaultConfigStorageTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
|
| LocaleDefaultConfigStorageTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
Modules to install. |
| LocaleDefaultConfigStorageTest::testGetComponentNames |
function |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
Tests retrieval of component names from locale default config storage. |
| LocaleExportTest |
class |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
Tests the exportation of locale files. |
| LocaleExportTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
|
| LocaleExportTest::$adminUser |
property |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
A user able to create languages and export translations. |
| LocaleExportTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
The theme to install as the default for testing. |
| LocaleExportTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
Modules to install. |
| LocaleExportTest::getCustomPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
Returns a .po file that will be marked as customized. |
| LocaleExportTest::getPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
Helper function that returns a proper .po file. |
| LocaleExportTest::getUntranslatedString |
function |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
Returns a .po file fragment with an untranslated string. |
| LocaleExportTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
|
| LocaleExportTest::testExportTranslation |
function |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
Tests exportation of translations. |
| LocaleExportTest::testExportTranslationTemplateFile |
function |
core/modules/locale/tests/src/Functional/LocaleExportTest.php |
Tests exportation of translation template file. |
| LocaleFileSystemFormTest |
class |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Tests the locale functionality in the altered file settings form. |
| LocaleFileSystemFormTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
|
| LocaleFileSystemFormTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
The theme to install as the default for testing. |
| LocaleFileSystemFormTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Modules to install. |
| LocaleFileSystemFormTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
|
| LocaleFileSystemFormTest::testFileConfigurationPage |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Tests translation directory settings on the file settings form. |
| LocaleImportFunctionalTest |
class |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Tests the import of locale files. |
| LocaleImportFunctionalTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
|
| LocaleImportFunctionalTest::$adminUser |
property |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
A user able to create languages and import translations. |
| LocaleImportFunctionalTest::$adminUserAccessSiteReports |
property |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
A user able to create languages, import translations, access site reports. |
| LocaleImportFunctionalTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
The theme to install as the default for testing. |
| LocaleImportFunctionalTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Modules to install. |
| LocaleImportFunctionalTest::getBadPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a bad .po file. |
| LocaleImportFunctionalTest::getCustomOverwritePoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file for testing customized strings. |
| LocaleImportFunctionalTest::getCustomPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Returns a .po file that will be marked as customized. |
| LocaleImportFunctionalTest::getEmptyPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns an empty .po file. |
| LocaleImportFunctionalTest::getInvalidEncodedPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with invalid encoding. |
| LocaleImportFunctionalTest::getOverwritePoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a proper .po file for testing. |
| LocaleImportFunctionalTest::getPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a proper .po file. |
| LocaleImportFunctionalTest::getPoFileWithConfig |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with configuration translations. |