You are here

protected property FieldTranslationSynchronizer::$entityManager in Zircon Profile 8

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

The entity manager to use to load unchanged entities.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/content_translation/src/FieldTranslationSynchronizer.php, line 24
Contains \Drupal\content_translation\FieldTranslationSynchronizer.

Class

FieldTranslationSynchronizer
Provides field translation synchronization capabilities.

Namespace

Drupal\content_translation

Code

protected $entityManager;