You are here

public function WorkspaceNormalizer::__construct in Replication 8.2

Constructs an EntityNormalizer object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/Normalizer/WorkspaceNormalizer.php, line 34

Class

WorkspaceNormalizer
Workspace entity normalizer and denormalizer.

Namespace

Drupal\replication\Normalizer

Code

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