You are here

public function ContentEntityNormalizer::supportsDenormalization in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Normalizer/ContentEntityNormalizer.php \Drupal\content_sync\Normalizer\ContentEntityNormalizer::supportsDenormalization()

@inheritdoc

Overrides NormalizerBase::supportsDenormalization

File

src/Normalizer/ContentEntityNormalizer.php, line 216

Class

ContentEntityNormalizer
Adds the file URI to embedded file entities.

Namespace

Drupal\content_sync\Normalizer

Code

public function supportsDenormalization($data, $type, $format = NULL) {
  return parent::supportsDenormalization($data, $type, $format);
}