You are here

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

The interface or class that this Normalizer supports.

Type: string

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/RelationshipItemNormalizer.php, line 24

Class

RelationshipItemNormalizer
Converts the Drupal entity reference item object to a JSON API structure.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = RelationshipItem::class;