You are here

protected property EntityReferenceFieldNormalizer::$supportedInterfaceOrClass in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/Normalizer/EntityReferenceFieldNormalizer.php \Drupal\jsonapi\Normalizer\EntityReferenceFieldNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides FieldNormalizer::$supportedInterfaceOrClass

File

core/modules/jsonapi/src/Normalizer/EntityReferenceFieldNormalizer.php, line 30

Class

EntityReferenceFieldNormalizer
Normalizer class specific for entity reference field objects.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = EntityReferenceFieldItemListInterface::class;