You are here

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

Same name and namespace in other branches
  1. 8.2 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;