You are here

protected property DataNormalizer::$supportedInterfaceOrClass in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/Normalizer/DataNormalizer.php \Drupal\jsonapi\Normalizer\DataNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

core/modules/jsonapi/src/Normalizer/DataNormalizer.php, line 18

Class

DataNormalizer
Normalizes JSON:API Data objects.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = Data::class;