You are here

service webform.translation_manager in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform.translation_manager

Class

Drupal\webform\WebformTranslationManager
4 string references to webform.translation_manager
Webform::initElementsTranslation in src/Entity/Webform.php
Initialize elements translation.
WebformEntityTranslationTest::testTranslate in tests/src/Functional/WebformEntityTranslationTest.php
Tests webform translate.
webform_form_config_translation_add_form_alter in includes/webform.translation.inc
Implements hook_form_FORM_ID_alter() for config translation add form.
webform_lingotek_config_entity_document_upload in includes/webform.translation.inc
Implements hook_lingotek_config_entity_document_upload().

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\WebformTranslationManager
  2. arguments:
  3. - '@current_route_match'
  4. - '@language_manager'
  5. - '@config.factory'
  6. - '@messenger'
  7. - '@plugin.manager.webform.element'