| LocaleFileHashTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleFileHashTest.php |
|
| LocaleFileHashTest::assertHashes |
function |
core/modules/locale/tests/src/Functional/LocaleFileHashTest.php |
Checks that the stored hash values are as expected. |
| LocaleFileHashTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleFileHashTest.php |
|
| LocaleFileHashTest::testModifiedFileProducesDifferentHash |
function |
core/modules/locale/tests/src/Functional/LocaleFileHashTest.php |
Tests that modifying a file produces a different hash, detected by the UI. |
| LocaleFileManager |
class |
core/modules/locale/src/File/LocaleFileManager.php |
Provide Locale File helper methods. |
| LocaleFileManager.php |
file |
core/modules/locale/src/File/LocaleFileManager.php |
|
| LocaleFileManager::checkRemoteFileStatus |
function |
core/modules/locale/src/File/LocaleFileManager.php |
Check if remote file exists and when it was last updated. |
| LocaleFileManager::deleteTranslationFiles |
function |
core/modules/locale/src/File/LocaleFileManager.php |
Deletes interface translation files and translation history records. |
| LocaleFileManager::downloadTranslationSource |
function |
core/modules/locale/src/File/LocaleFileManager.php |
Downloads a translation file from a remote server. |
| LocaleFileManager::getInterfaceTranslationFiles |
function |
core/modules/locale/src/File/LocaleFileManager.php |
Get interface translation files present in the translations directory. |
| LocaleFileManager::__construct |
function |
core/modules/locale/src/File/LocaleFileManager.php |
|
| 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. |
| LocaleHooks::formSystemFileSystemSettingsAlter |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_form_FORM_ID_alter() for system_file_system_settings(). |
| 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. |
| LocaleImportFunctionalTest::getPoFileWithConfigDe |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with configuration translations. |
| LocaleImportFunctionalTest::getPoFileWithContext |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with context. |
| LocaleImportFunctionalTest::getPoFileWithEmptyMsgstr |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with an empty last item. |
| LocaleImportFunctionalTest::getPoFileWithMsgstr |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with an empty last item. |
| LocaleImportFunctionalTest::importPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function: import a standalone .po file in a given language. |
| 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. |
| LocaleImportFunctionalTest::testStandalonePoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Tests import of standalone .po files. |
| LocaleJavascriptTranslationTest::testFileParsing |
function |
core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php |
Tests file parsing. |
| 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. |
| LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Set database dump files to be used. |
| LocaleSource::fileIsRemote |
function |
core/modules/locale/src/LocaleSource.php |
Determine if a file is a remote file. |
| LocaleSource::LOCAL_FILE_HASH_ALGO |
constant |
core/modules/locale/src/LocaleSource.php |
The hash algorithm used to calculate the hash of the local file. |
| LocaleSource::sourceCheckFile |
function |
core/modules/locale/src/LocaleSource.php |
Checks whether a po file exists in the local filesystem. |
| LocaleUpdateBase::makePoFile |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateBase.php |
Creates a translation file and tests its timestamp. |
| LocaleUpdateBase::setTranslationFiles |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateBase.php |
Setup the environment containing local and remote translation files. |
| locale_system_file_system_settings_submit |
function |
core/modules/locale/locale.module |
Submit handler for the file system settings form. |
| locale_translate_delete_translation_files |
function |
core/modules/locale/locale.bulk.inc |
Deletes interface translation files and translation history records. |
| locale_translate_file_attach_properties |
function |
core/modules/locale/locale.bulk.inc |
Generates file properties from filename and options. |
| locale_translate_file_create |
function |
core/modules/locale/locale.bulk.inc |
Creates a file object and populates the timestamp and hash properties. |