Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \string_translation
  2. 9 core/core.services.yml \string_translation

Class

Drupal\Core\StringTranslation\TranslationManager

Tags

  • service_collector
65 string references to string_translation
BlockManagerTest::setUp in core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
BulkFormTest::testViewsForm in core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php
@covers ::viewsForm
CommentBulkFormTest::testConstructor in core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
Tests the constructor assignment of actions.
ConfigEntityMapper::create in core/modules/config_translation/src/ConfigEntityMapper.php
Creates an instance of the plugin.
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php

... 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 }