You are here

public function ReplicationLogNormalizer::__construct in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Normalizer/ReplicationLogNormalizer.php \Drupal\replication\Normalizer\ReplicationLogNormalizer::__construct()

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager:

\Drupal\multiversion\Entity\Index\UuidIndexInterface $uuid_index:

File

src/Normalizer/ReplicationLogNormalizer.php, line 33

Class

ReplicationLogNormalizer

Namespace

Drupal\replication\Normalizer

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, UuidIndexInterface $uuid_index) {
  $this->entityTypeManager = $entity_type_manager;
  $this->uuidIndex = $uuid_index;
}