You are here

protected property EntityReferenceFieldItemNormalizer::$supportedInterfaceOrClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides ComplexDataNormalizer::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php, line 22
Contains \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer.

Class

EntityReferenceFieldItemNormalizer
Adds the file URI to embedded file entities.

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = EntityReferenceItem::class;