You are here

protected property DataReferenceDefinitionNormalizer::$supportedInterfaceOrClass in Schemata 8

The interface or class that this Normalizer supports.

Type: string

Overrides DataDefinitionNormalizer::$supportedInterfaceOrClass

File

schemata_json_schema/src/Normalizer/json/DataReferenceDefinitionNormalizer.php, line 26

Class

DataReferenceDefinitionNormalizer
Normalizer for Entity References.

Namespace

Drupal\schemata_json_schema\Normalizer\json

Code

protected $supportedInterfaceOrClass = DataReferenceDefinitionInterface::class;