Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LocaleFileHashTest::checkTranslations function core/modules/locale/tests/src/Functional/LocaleFileHashTest.php Check for translation updates via the UI.
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::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
LocaleFileSystemFormTest::$modules property core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php
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.
LocaleFormHooks class core/modules/locale/src/Hook/LocaleFormHooks.php Form hook implementations for locale.
LocaleFormHooks.php file core/modules/locale/src/Hook/LocaleFormHooks.php
LocaleFormHooks::formLanguageAdminAddFormAlter function core/modules/locale/src/Hook/LocaleFormHooks.php Implements hook_form_FORM_ID_alter() for language_admin_add_form().
LocaleFormHooks::formLanguageAdminAddFormAlterSubmit function core/modules/locale/src/Hook/LocaleFormHooks.php Form submission handler for language_admin_add_form.
LocaleFormHooks::formLanguageAdminEditFormAlter function core/modules/locale/src/Hook/LocaleFormHooks.php Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
LocaleFormHooks::formLanguageAdminEditFormAlterSubmit function core/modules/locale/src/Hook/LocaleFormHooks.php Form submission handler for language_admin_edit_form().
LocaleFormHooks::formLanguageAdminOverviewFormAlter function core/modules/locale/src/Hook/LocaleFormHooks.php Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
LocaleFormHooks::formSystemFileSystemSettingsAlter function core/modules/locale/src/Hook/LocaleFormHooks.php Implements hook_form_FORM_ID_alter() for system_file_system_settings().
LocaleFormHooks::importEnabled function core/modules/locale/src/Hook/LocaleFormHooks.php Check if import is enabled.
LocaleFormHooks::__construct function core/modules/locale/src/Hook/LocaleFormHooks.php
LocaleHooks class core/modules/locale/src/Hook/LocaleHooks.php Hook implementations for locale.
LocaleHooks.php file core/modules/locale/src/Hook/LocaleHooks.php
LocaleHooks::cacheFlush function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_cache_flush().
LocaleHooks::configurableLanguageDelete function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
LocaleHooks::configurableLanguageInsert function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_ENTITY_TYPE_insert() for 'configurable_language'.
LocaleHooks::configurableLanguageUpdate function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_ENTITY_TYPE_update() for 'configurable_language'.
LocaleHooks::help function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_help().
LocaleHooks::jsAlter function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_js_alter().
LocaleHooks::libraryInfoAlter function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_library_info_alter().
LocaleImportBatch::batchFinished function core/modules/locale/src/LocaleImportBatch.php Implements callback_batch_finished().
LocaleImportBatch::batchRefresh function core/modules/locale/src/LocaleImportBatch.php Implements callback_batch_operation().
LocaleImportBatch::batchSave function core/modules/locale/src/LocaleImportBatch.php Implements callback_batch_operation().
LocaleImportBatch::__construct function core/modules/locale/src/LocaleImportBatch.php
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
LocaleImportFunctionalTest::$modules property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.