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