public function ReplicationLogNormalizer::__construct in Replication 8
Same name and namespace in other branches
- 8.2 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 35
Class
Namespace
Drupal\replication\NormalizerCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, UuidIndexInterface $uuid_index) {
$this->entityTypeManager = $entity_type_manager;
$this->uuidIndex = $uuid_index;
}