| LocaleLookupTest::testResolveCacheMissWithPersist |
function |
core/modules/locale/tests/src/Unit/LocaleLookupTest.php |
Tests locale lookups with persistent tracking. |
| LocaleNonInteractiveDevInstallTest |
class |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php |
Tests installing in a different language with a dev version string. |
| LocaleNonInteractiveDevInstallTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php |
|
| LocaleNonInteractiveDevInstallTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php |
The theme to install as the default for testing. |
| LocaleNonInteractiveDevInstallTest::getVersionStringToTest |
function |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php |
Gets the version string to use in the translation file. |
| LocaleNonInteractiveInstallTest |
class |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php |
Tests installing in a different language with a non-dev version string. |
| LocaleNonInteractiveInstallTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php |
|
| LocaleNonInteractiveInstallTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php |
The theme to install as the default for testing. |
| LocaleNonInteractiveInstallTest::getVersionStringToTest |
function |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php |
Gets the version string to use in the translation file. |
| LocaleNonInteractiveInstallTest::installParameters |
function |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php |
Returns the parameters that will be used when the test installs Drupal. |
| LocaleNonInteractiveInstallTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php |
|
| LocaleNonInteractiveInstallTest::testInstallerTranslations |
function |
core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php |
Tests that the expected translated text appears on the login screen. |
| LocalePathTest |
class |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
Tests you can configure a language for individual URL aliases. |
| LocalePathTest.php |
file |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
|
| LocalePathTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
The theme to install as the default for testing. |
| LocalePathTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
Modules to install. |
| LocalePathTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
|
| LocalePathTest::testPathLanguageConfiguration |
function |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
Tests if a language can be associated with a path alias. |
| LocalePluralFormatTest |
class |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests plural handling for various languages. |
| LocalePluralFormatTest.php |
file |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
|
| LocalePluralFormatTest::$adminUser |
property |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
An admin user. |
| LocalePluralFormatTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
The theme to install as the default for testing. |
| LocalePluralFormatTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Modules to install. |
| LocalePluralFormatTest::getPoFileWithBrokenPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a broken plural formula. |
| LocalePluralFormatTest::getPoFileWithComplexPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a complex plural formula. |
| LocalePluralFormatTest::getPoFileWithMissingPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a missing plural formula. |
| LocalePluralFormatTest::getPoFileWithSimplePlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a simple plural formula. |
| LocalePluralFormatTest::importPoFile |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Imports a standalone .po file in a given language. |
| LocalePluralFormatTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
|
| LocalePluralFormatTest::testGetPluralFormat |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests locale_get_plural() and \Drupal::translation()->formatPlural(). |
| LocalePluralFormatTest::testPluralEditDateFormatter |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests plural editing of DateFormatter strings. |
| LocalePluralFormatTest::testPluralEditExport |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests plural editing and export functionality. |
| LocaleProjectStorageTest |
class |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
Tests Drupal\locale\LocaleProjectStorage. |
| LocaleProjectStorageTest.php |
file |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
|
| LocaleProjectStorageTest::$keyValueMemoryFactory |
property |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
The key value memory factory. |
| LocaleProjectStorageTest::$projectStorage |
property |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
The local project storage. |
| LocaleProjectStorageTest::setUp |
function |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
|
| LocaleProjectStorageTest::testDelete |
function |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
Tests deleted projects are not included in the count. |
| LocaleProjectStorageTest::testSorting |
function |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
Tests that projects are sorted by weight and key. |
| LocalesLocationAddIndexUpdateTest |
class |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Tests Locale update functions. |
| LocalesLocationAddIndexUpdateTest.php |
file |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
|
| LocalesLocationAddIndexUpdateTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
The theme to install as the default for testing. |
| LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Set database dump files to be used. |
| LocalesLocationAddIndexUpdateTest::testExistingIndex |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Tests locale_update_10300(). |
| LocalesLocationAddIndexUpdateTest::testIndex |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Tests locale_update_10300(). |
| LocaleStringIsSafeTest |
class |
core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php |
Tests locale translation safe string handling. |
| LocaleStringIsSafeTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php |
|
| LocaleStringIsSafeTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php |
Modules to install. |
| LocaleStringIsSafeTest::testLocaleStringIsSafe |
function |
core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php |
Tests for locale_string_is_safe(). |
| LocaleStringIsSafeTest::testLocalizedTokenizedString |
function |
core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php |
Tests if a translated and tokenized string is properly escaped by Twig. |