You are here

class ConfigEntityDenormalizerImpostor in JSON:API Extras 8.3

Impostor normalizer for ConfigEntityDenormalizer.

Hierarchy

Expanded class hierarchy of ConfigEntityDenormalizerImpostor

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

File

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

Namespace

Drupal\jsonapi\Normalizer\ImpostorFrom\jsonapi_extras
View source
class ConfigEntityDenormalizerImpostor extends ConfigEntityDenormalizer {

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigEntityDenormalizer::denormalize public function Denormalizes data back into an object of the given class. Overrides JsonApiNormalizerDecoratorBase::denormalize
ConfigEntityDenormalizer::prepareInput protected function
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