You are here

protected property ImagePopupFieldFormatter::$linkGenerator in Simple Image Popup 8

Same name and namespace in other branches
  1. 2.x src/Plugin/Field/FieldFormatter/ImagePopupFieldFormatter.php \Drupal\image_popup\Plugin\Field\FieldFormatter\ImagePopupFieldFormatter::linkGenerator

The link generator.

Type: \Drupal\Core\Utility\LinkGeneratorInterface

File

src/Plugin/Field/FieldFormatter/ImagePopupFieldFormatter.php, line 49
Contains \Drupal\image_popup\Plugin\Field\FieldFormatter\ImagePopupFieldFormatter.

Class

ImagePopupFieldFormatter
Plugin implementation of the 'image_popup_field_formatter' formatter.

Namespace

Drupal\image_popup\Plugin\Field\FieldFormatter

Code

protected $linkGenerator;