string_translator.locale.lookup
Same name in other branches
- 9 core/modules/locale/locale.services.yml \string_translator.locale.lookup
- 8.9.x core/modules/locale/locale.services.yml \string_translator.locale.lookup
- 10 core/modules/locale/locale.services.yml \string_translator.locale.lookup
Class
Drupal\locale\LocaleTranslationTags
- string_translator
- needs_destruction
1 string reference to string_translator.locale.lookup
- LocaleTranslationTest::testSerializable in core/
modules/ locale/ tests/ src/ Kernel/ LocaleTranslationTest.php - Tests that \Drupal\locale\LocaleTranslation is serializable.
File
-
core/
modules/ locale/ locale.services.yml
View source
- class: Drupal\locale\LocaleTranslation
- arguments:
- - '@locale.storage'
- - '@cache.default'
- - '@lock'
- - '@config.factory'
- - '@language_manager'
- - '@request_stack'
- tags:
- - { name: string_translator }
- - { name: needs_destruction }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.