You are here

protected property RelationshipFieldDefinitionNormalizer::$supportedInterfaceOrClass in Schemata 8

The interface or class that this Normalizer supports.

Type: string

Overrides ListDataDefinitionNormalizer::$supportedInterfaceOrClass

File

schemata_json_schema/src/Normalizer/jsonapi/RelationshipFieldDefinitionNormalizer.php, line 25

Class

RelationshipFieldDefinitionNormalizer
Normalizer for RelationshipFieldDefinitionNormalizer objects.

Namespace

Drupal\schemata_json_schema\Normalizer\jsonapi

Code

protected $supportedInterfaceOrClass = FieldDefinitionInterface::class;