locale.storage

Same name in other branches
  1. 8.9.x core/modules/locale/locale.services.yml \locale.storage
  2. 10 core/modules/locale/locale.services.yml \locale.storage
  3. 11.x core/modules/locale/locale.services.yml \locale.storage

Class

Drupal\locale\StringDatabaseStorage

Tags

  • backend_overridable
21 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

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

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