You are here

protected property RelationshipFieldDefinitionNormalizer::$supportedInterfaceOrClass in JSON:API Schema 8

The interface or class that this Normalizer supports.

Type: string

Overrides ListDataDefinitionNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/RelationshipFieldDefinitionNormalizer.php, line 26

Class

RelationshipFieldDefinitionNormalizer
Normalizer for RelationshipFieldDefinitionNormalizer objects.

Namespace

Drupal\jsonapi_schema\Normalizer

Code

protected $supportedInterfaceOrClass = FieldDefinitionInterface::class;