Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
locale_removed_post_updates function core/modules/locale/locale.post_update.php Implements hook_removed_post_updates().
locale_requirements function core/modules/locale/locale.install Implements hook_requirements().
locale_schema function core/modules/locale/locale.install Implements hook_schema().
locale_settings.yml file core/modules/locale/migrations/locale_settings.yml core/modules/locale/migrations/locale_settings.yml
locale_string_is_safe function core/modules/locale/locale.module Check that a string is safe to be added or imported as a translation.
locale_system_file_system_settings_submit function core/modules/locale/locale.module Submit handler for the file system settings form.
locale_system_remove function core/modules/locale/locale.module Delete translation history of modules and themes.
locale_system_set_config_langcodes function core/modules/locale/locale.module Updates default configuration when new modules or themes are installed.
locale_system_update function core/modules/locale/locale.module Imports translations when new modules or themes are installed.
locale_test.info.yml file core/modules/locale/tests/modules/locale_test/locale_test.info.yml core/modules/locale/tests/modules/locale_test/locale_test.info.yml
locale_test.install file core/modules/locale/tests/modules/locale_test/locale_test.install Install, update and uninstall functions for the locale_test module.
locale_test.module file core/modules/locale/tests/modules/locale_test/locale_test.module Simulate a custom module with a local po file.
locale_test.no_translation.yml file core/modules/locale/tests/modules/locale_test/config/install/locale_test.no_translation.yml core/modules/locale/tests/modules/locale_test/config/install/locale_test.no_translation.yml
locale_test.schema.yml file core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml
locale_test.translation.yml file core/modules/locale/tests/modules/locale_test/config/install/language/de/locale_test.translation.yml core/modules/locale/tests/modules/locale_test/config/install/language/de/locale_test.translation.yml
locale_test.translation.yml file core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation.yml core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation.yml
locale_test.translation_multiple.yml file core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
locale_test_development_release.info.yml file core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml
locale_test_development_release.module file core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module Simulate a Drupal version.
locale_test_development_release_locale_translation_projects_alter function core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module Implements hook_locale_translation_projects_alter().
locale_test_development_release_system_info_alter function core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module Implements hook_system_info_alter().
locale_test_language_fallback_candidates_locale_lookup_alter function core/modules/locale/tests/modules/locale_test/locale_test.module Implements hook_language_fallback_candidates_OPERATION_alter().
locale_test_locale_translation_projects_alter function core/modules/locale/tests/modules/locale_test/locale_test.module Implements hook_locale_translation_projects_alter().
locale_test_system_info_alter function core/modules/locale/tests/modules/locale_test/locale_test.module Implements hook_system_info_alter().
locale_test_theme function core/modules/locale/tests/modules/locale_test/locale_test.module Implements hook_theme().
locale_test_tokens function core/modules/locale/tests/modules/locale_test/locale_test.module Implements hook_tokens().
locale_test_token_info function core/modules/locale/tests/modules/locale_test/locale_test.module Implements hook_token_info().
locale_test_translate.info.yml file core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml
locale_test_translate.module file core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module Simulates a custom module with a local po file.
locale_test_translate.schema.yml file core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml
locale_test_translate.settings.yml file core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml
locale_test_translate_modules_installed function core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module Implements hook_modules_installed().
locale_test_translate_system_info_alter function core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module Implements hook_system_info_alter().
locale_test_uninstall function core/modules/locale/tests/modules/locale_test/locale_test.install Implements hook_uninstall().
locale_themes_installed function core/modules/locale/locale.module Implements hook_themes_installed().
locale_themes_uninstalled function core/modules/locale/locale.module Implements hook_themes_uninstalled().
locale_translatable_language_list function core/modules/locale/locale.module Returns list of translatable languages.
locale_translate_batch_build function core/modules/locale/locale.bulk.inc Build a locale batch from an array of files.
locale_translate_batch_finished function core/modules/locale/locale.bulk.inc Implements callback_batch_finished().
locale_translate_batch_import function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
locale_translate_batch_import_files function core/modules/locale/locale.bulk.inc Prepare a batch to import all translations.
locale_translate_batch_import_save function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
locale_translate_batch_refresh function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
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 property.
locale_translate_get_interface_translation_files function core/modules/locale/locale.bulk.inc Get interface translation files present in the translations directory.
locale_translation_batch_fetch_build function core/modules/locale/locale.fetch.inc Builds a batch to download and import project translations.
locale_translation_batch_fetch_download function core/modules/locale/locale.batch.inc Implements callback_batch_operation().
locale_translation_batch_fetch_finished function core/modules/locale/locale.batch.inc Implements callback_batch_finished().

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