You are here

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

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

The entity repository.

Type: \Drupal\Core\Entity\EntityRepositoryInterface

File

src/Normalizer/ContentEntityNormalizer.php, line 44

Class

ContentEntityNormalizer
Adds the file URI to embedded file entities.

Namespace

Drupal\content_sync\Normalizer

Code

protected $entityRepository;