service locale.storage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/locale/locale.services.yml \locale.storage
Class
Drupal\locale\StringDatabaseStorageTags
- 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.
File
- core/
modules/ locale/ locale.services.yml - core/modules/locale/locale.services.yml
View source
- class: Drupal\locale\StringDatabaseStorage
- arguments:
- - '@database'
- tags:
- - { name: backend_overridable }