class ConfigEntityDenormalizerImpostor in JSON:API Extras 8.3
Impostor normalizer for ConfigEntityDenormalizer.
Hierarchy
- class \Drupal\jsonapi_extras\Normalizer\JsonApiNormalizerDecoratorBase implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface, \Symfony\Component\Serializer\Normalizer\DenormalizerInterface, \Symfony\Component\Serializer\SerializerAwareInterface
- class \Drupal\jsonapi_extras\Normalizer\ConfigEntityDenormalizer
- class \Drupal\jsonapi\Normalizer\ImpostorFrom\jsonapi_extras\ConfigEntityDenormalizerImpostor
- class \Drupal\jsonapi_extras\Normalizer\ConfigEntityDenormalizer
Expanded class hierarchy of ConfigEntityDenormalizerImpostor
1 string reference to 'ConfigEntityDenormalizerImpostor'
1 service uses ConfigEntityDenormalizerImpostor
File
- src-impostor-normalizers/
ConfigEntityDenormalizerImpostor.php, line 10
Namespace
Drupal\jsonapi\Normalizer\ImpostorFrom\jsonapi_extrasView source
class ConfigEntityDenormalizerImpostor extends ConfigEntityDenormalizer {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigEntityDenormalizer:: |
public | function |
Denormalizes data back into an object of the given class. Overrides JsonApiNormalizerDecoratorBase:: |
|
ConfigEntityDenormalizer:: |
protected | function | ||
JsonApiNormalizerDecoratorBase:: |
protected | property | The decorated (de)normalizer. | |
JsonApiNormalizerDecoratorBase:: |
public | function | Normalizes an object into a set of arrays/scalars. | 3 |
JsonApiNormalizerDecoratorBase:: |
public | function | Sets the owning Serializer object. | |
JsonApiNormalizerDecoratorBase:: |
public | function | Checks whether the given class is supported for denormalization by this normalizer. | |
JsonApiNormalizerDecoratorBase:: |
public | function | Checks whether the given class is supported for normalization by this normalizer. | |
JsonApiNormalizerDecoratorBase:: |
public | function | JsonApiNormalizerDecoratorBase constructor. | 2 |