You are here

protected property EntityReferenceImageField::$fieldTypes in Acquia Content Hub 8.2

Image field type declaration.

Array of field types,

Type: array

File

src/EventSubscriber/UnserializeContentField/EntityReferenceImageField.php, line 21

Class

EntityReferenceImageField
Entity/image/file field reference handling.

Namespace

Drupal\acquia_contenthub\EventSubscriber\UnserializeContentField

Code

protected $fieldTypes = [
  'image',
];