You are here

protected property EntityReferenceFieldItemNormalizer::$entityRepository in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Normalizer/EntityReferenceFieldItemNormalizer.php \Drupal\content_sync\Normalizer\EntityReferenceFieldItemNormalizer::entityRepository

The entity repository.

Type: \Drupal\Core\Entity\EntityRepositoryInterface

File

src/Normalizer/EntityReferenceFieldItemNormalizer.php, line 30

Class

EntityReferenceFieldItemNormalizer
Adds the file URI to embedded file entities.

Namespace

Drupal\content_sync\Normalizer

Code

protected $entityRepository;