You are here

public function SyncNormalizerDecoratorBase::decorateDenormalizedEntity in Content Synchronization 8.2

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

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

Overrides SyncNormalizerDecoratorInterface::decorateDenormalizedEntity

File

src/Plugin/SyncNormalizerDecoratorBase.php, line 30

Class

SyncNormalizerDecoratorBase
Base class for Sync normalizer decorator plugins.

Namespace

Drupal\content_sync\Plugin

Code

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