You are here

service locale.storage in Zircon Profile 8.0

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

Class

Drupal\locale\StringDatabaseStorage

Tags

  • backend_overridable
14 string references to locale.storage
CKEditorTest::testJSTranslation in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests that CKEditor plugins participate in JS translation.
ConfigTranslationOverviewTest::setUp in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Sets up a Drupal site for running functional and integration tests.
ConfigTranslationUiTest::setUp in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleConfigSubscriberTest::setUp in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Performs setup tasks before each individual test method is run.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale deletes configuration 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 }