service webform.translation_manager in Webform 8.5
Same name and namespace in other branches
- 6.x webform.services.yml \webform.translation_manager
Class
Drupal\webform\WebformTranslationManager4 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
View source
- class: Drupal\webform\WebformTranslationManager
- arguments:
- - '@current_route_match'
- - '@language_manager'
- - '@config.factory'
- - '@messenger'
- - '@plugin.manager.webform.element'