You are here

protected property ContentEntityDenormalizer::$supportedInterfaceOrClass in JSON:API 8.2

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

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;