You are here

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

The interface or class that this Normalizer supports.

Type: string

Overrides ListDataDefinitionNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/FieldDefinitionNormalizer.php, line 23

Class

FieldDefinitionNormalizer
Normalizer for FieldDefinitionInterface objects.

Namespace

Drupal\jsonapi_schema\Normalizer

Code

protected $supportedInterfaceOrClass = FieldDefinitionInterface::class;