You are here

protected property SvgImageFieldWidget::$entityRepository in SVG Image Field 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/Field/FieldWidget/SvgImageFieldWidget.php \Drupal\svg_image_field\Plugin\Field\FieldWidget\SvgImageFieldWidget::entityRepository
  2. 2.1.x src/Plugin/Field/FieldWidget/SvgImageFieldWidget.php \Drupal\svg_image_field\Plugin\Field\FieldWidget\SvgImageFieldWidget::entityRepository

The entity repository Service.

Type: \Drupal\Core\Entity\EntityRepositoryInterface

File

src/Plugin/Field/FieldWidget/SvgImageFieldWidget.php, line 41

Class

SvgImageFieldWidget
Plugin implementation of the 'image_image' widget.

Namespace

Drupal\svg_image_field\Plugin\Field\FieldWidget

Code

protected $entityRepository;