You are here

protected property ContentEntityDenormalizer::$supportedInterfaceOrClass in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php \Drupal\jsonapi\Normalizer\ContentEntityDenormalizer::supportedInterfaceOrClass
  2. 9 core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php \Drupal\jsonapi\Normalizer\ContentEntityDenormalizer::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\Normalizer

Code

protected $supportedInterfaceOrClass = ContentEntityInterface::class;