You are here

protected property FieldTranslationSynchronizer::$fieldTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_translation/src/FieldTranslationSynchronizer.php \Drupal\content_translation\FieldTranslationSynchronizer::fieldTypeManager

The field type plugin manager.

Type: \Drupal\Core\Field\FieldTypePluginManagerInterface

File

core/modules/content_translation/src/FieldTranslationSynchronizer.php, line 28

Class

FieldTranslationSynchronizer
Provides field translation synchronization capabilities.

Namespace

Drupal\content_translation

Code

protected $fieldTypeManager;