You are here

service content_translation.synchronizer in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_translation/content_translation.services.yml \content_translation.synchronizer

Class

Drupal\content_translation\FieldTranslationSynchronizer
1 string reference to content_translation.synchronizer
ContentTranslationSynchronizedFieldsConstraintValidator::create in core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
Instantiates a new instance of this class.

File

core/modules/content_translation/content_translation.services.yml
core/modules/content_translation/content_translation.services.yml

View source
  1. class: Drupal\content_translation\FieldTranslationSynchronizer
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@plugin.manager.field.field_type'