You are here

service locale.storage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/locale/locale.services.yml \locale.storage
  2. 9 core/modules/locale/locale.services.yml \locale.storage

Class

Drupal\locale\StringDatabaseStorage

Tags

  • backend_overridable
30 string references to locale.storage
CKEditorTest::testJSTranslation in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
Tests that CKEditor plugins participate in JS translation.
ConfigTranslationOverviewTest::setUp in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
ConfigTranslationUiTest::setUp in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
ConfigurableLanguageManagerTest::setUp in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
DisplayTest::addTranslation in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Helper function for adding interface text translations.

... See full list

File

core/modules/locale/locale.services.yml
core/modules/locale/locale.services.yml

View source
  1. class: Drupal\locale\StringDatabaseStorage
  2. arguments:
  3. - '@database'
  4. tags:
  5. - { name: backend_overridable }