You are here

protected property RelationshipNormalizer::$supportedInterfaceOrClass in JSON:API 8

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/RelationshipNormalizer.php, line 27

Class

RelationshipNormalizer
Normalizes a Relationship according to the JSON API specification.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = Relationship::class;