You are here

service string_translation in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \string_translation

Class

Drupal\Core\StringTranslation\TranslationManager

Tags

  • service_collector
33 string references to string_translation
BaseFieldDefinitionTestBase::setUp in core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php
ConfigEntityMapper::create in core/modules/config_translation/src/ConfigEntityMapper.php
Creates an instance of the plugin.
ConfigImporterMissingContentTest::setUp in core/modules/config/src/Tests/ConfigImporterMissingContentTest.php
Performs setup tasks before each individual test method is run.
ConfigImporterTest::setUp in core/modules/config/src/Tests/ConfigImporterTest.php
Performs setup tasks before each individual test method is run.
ConfigImportRecreateTest::setUp in core/modules/config/src/Tests/ConfigImportRecreateTest.php
Performs setup tasks before each individual test method is run.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\StringTranslation\TranslationManager
  2. arguments:
  3. - '@language.default'
  4. tags:
  5. - { name: service_collector, tag: string_translator, call: addTranslator }