You are here

public function NormalizerWrapper::__construct in Acquia Content Hub 8

NormalizerWrapper constructor.

Parameters

\Drupal\acquia_contenthub\Normalizer\ContentEntityCdfNormalizer $contentEntityCdfNormalizer: CDF Normalizer.

File

src/Normalizer/NormalizerWrapper.php, line 25

Class

NormalizerWrapper
Wrapper for the normalizer.

Namespace

Drupal\acquia_contenthub\Normalizer

Code

public function __construct(ContentEntityCdfNormalizer $contentEntityCdfNormalizer) {
  $this->contentEntityCdfNormalizer = $contentEntityCdfNormalizer;
}