You are here

class ContentEntityDenormalizerImpostor in JSON:API Extras 8.3

Impostor normalizer for ContentEntityDenormalizer.

Hierarchy

Expanded class hierarchy of ContentEntityDenormalizerImpostor

1 string reference to 'ContentEntityDenormalizerImpostor'
jsonapi_extras.services.yml in ./jsonapi_extras.services.yml
jsonapi_extras.services.yml
1 service uses ContentEntityDenormalizerImpostor
serializer.normalizer.content_entity.jsonapi_extras in ./jsonapi_extras.services.yml
Drupal\jsonapi\Normalizer\ImpostorFrom\jsonapi_extras\ContentEntityDenormalizerImpostor

File

src-impostor-normalizers/ContentEntityDenormalizerImpostor.php, line 10

Namespace

Drupal\jsonapi\Normalizer\ImpostorFrom\jsonapi_extras
View source
class ContentEntityDenormalizerImpostor extends ContentEntityDenormalizer {

}

Members

Namesort descending Modifiers Type Description Overrides
ContentEntityDenormalizer::denormalize public function Denormalizes data back into an object of the given class. Overrides JsonApiNormalizerDecoratorBase::denormalize
ContentEntityDenormalizer::prepareInput protected function Prepares the input data to create the entity.
JsonApiNormalizerDecoratorBase::$inner protected property The decorated (de)normalizer.
JsonApiNormalizerDecoratorBase::normalize public function Normalizes an object into a set of arrays/scalars. 3
JsonApiNormalizerDecoratorBase::setSerializer public function Sets the owning Serializer object.
JsonApiNormalizerDecoratorBase::supportsDenormalization public function Checks whether the given class is supported for denormalization by this normalizer.
JsonApiNormalizerDecoratorBase::supportsNormalization public function Checks whether the given class is supported for normalization by this normalizer.
JsonApiNormalizerDecoratorBase::__construct public function JsonApiNormalizerDecoratorBase constructor. 2