You are here

public function SyncNormalizerDecoratorInterface::decorateDenormalizedEntity in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Plugin/SyncNormalizerDecoratorInterface.php \Drupal\content_sync\Plugin\SyncNormalizerDecoratorInterface::decorateDenormalizedEntity()

Apply decoration to the entity after the denormalization process is done.

1 method overrides SyncNormalizerDecoratorInterface::decorateDenormalizedEntity()
SyncNormalizerDecoratorBase::decorateDenormalizedEntity in src/Plugin/SyncNormalizerDecoratorBase.php
Apply decoration to the entity after the denormalization process is done.

File

src/Plugin/SyncNormalizerDecoratorInterface.php, line 27

Class

SyncNormalizerDecoratorInterface
Defines an interface for Sync normalizer decorator plugins.

Namespace

Drupal\content_sync\Plugin

Code

public function decorateDenormalizedEntity(ContentEntityInterface $entity, array $normalized_entity, $format, array $context = []);