protected property ContentEntityDenormalizer::$supportedInterfaceOrClass in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php \Drupal\jsonapi\Normalizer\ContentEntityDenormalizer::supportedInterfaceOrClass
- 10 core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php \Drupal\jsonapi\Normalizer\ContentEntityDenormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string|array
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- core/
modules/ jsonapi/ src/ Normalizer/ ContentEntityDenormalizer.php, line 23
Class
- ContentEntityDenormalizer
- Converts a JSON:API array structure into a Drupal entity object.
Namespace
Drupal\jsonapi\NormalizerCode
protected $supportedInterfaceOrClass = ContentEntityInterface::class;