You are here

protected property ImageWidget::$imageFactory in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php \Drupal\image\Plugin\Field\FieldWidget\ImageWidget::imageFactory
  2. 10 core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php \Drupal\image\Plugin\Field\FieldWidget\ImageWidget::imageFactory

The image factory service.

Type: \Drupal\Core\Image\ImageFactory

File

core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php, line 32

Class

ImageWidget
Plugin implementation of the 'image_image' widget.

Namespace

Drupal\image\Plugin\Field\FieldWidget

Code

protected $imageFactory;