You are here

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

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/DataNormalizer.php, line 18

Class

DataNormalizer
Normalizes JSON:API Data objects.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = Data::class;