You are here

protected property EntityReferenceFieldItemNormalizer::$supportedInterfaceOrClass in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Normalizer/EntityReferenceFieldItemNormalizer.php \Drupal\content_sync\Normalizer\EntityReferenceFieldItemNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/EntityReferenceFieldItemNormalizer.php, line 23

Class

EntityReferenceFieldItemNormalizer
Adds the file URI to embedded file entities.

Namespace

Drupal\content_sync\Normalizer

Code

protected $supportedInterfaceOrClass = EntityReferenceItem::class;