protected function ContentEntityNormalizer::getDecoratorManager in Content Synchronization 3.0.x
Same name and namespace in other branches
- 8.2 src/Normalizer/ContentEntityNormalizer.php \Drupal\content_sync\Normalizer\ContentEntityNormalizer::getDecoratorManager()
@inheritdoc
Overrides SyncNormalizerDecoratorTrait::getDecoratorManager
File
- src/
Normalizer/ ContentEntityNormalizer.php, line 270
Class
- ContentEntityNormalizer
- Adds the file URI to embedded file entities.
Namespace
Drupal\content_sync\NormalizerCode
protected function getDecoratorManager() {
return $this->decoratorManager;
}