You are here

protected property ImageItemNormalizer::$supportedInterfaceOrClass in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Normalizer/ImageItemNormalizer.php \Drupal\content_sync\Normalizer\ImageItemNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides EntityReferenceFieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/ImageItemNormalizer.php, line 16

Class

ImageItemNormalizer

Namespace

Drupal\content_sync\Normalizer

Code

protected $supportedInterfaceOrClass = ImageItem::class;