You are here

protected static function ImageWidget::getDataService in Panopoly 8.2

Gets the image data service.

Return value

\Drupal\panopoly_media\ImgData The image data service.

File

modules/panopoly/panopoly_media/src/Plugin/Field/FieldWidget/ImageWidget.php, line 92

Class

ImageWidget
Class ImageWidget.

Namespace

Drupal\panopoly_media\Plugin\Field\FieldWidget

Code

protected static function getDataService() {
  return \Drupal::service('panopoly_media.img_data');
}