You are here

protected property ImageItem::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/image/src/Plugin/Field/FieldType/ImageItem.php \Drupal\image\Plugin\Field\FieldType\ImageItem::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/image/src/Plugin/Field/FieldType/ImageItem.php, line 56
Contains \Drupal\image\Plugin\Field\FieldType\ImageItem.

Class

ImageItem
Plugin implementation of the 'image' field type.

Namespace

Drupal\image\Plugin\Field\FieldType

Code

protected $entityManager;