You are here

protected property ImageFormatter::$imageStyleStorage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php \Drupal\image\Plugin\Field\FieldFormatter\ImageFormatter::imageStyleStorage
  2. 9 core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php \Drupal\image\Plugin\Field\FieldFormatter\ImageFormatter::imageStyleStorage

The image style entity storage.

Type: \Drupal\image\ImageStyleStorageInterface

File

core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php, line 45

Class

ImageFormatter
Plugin implementation of the 'image' formatter.

Namespace

Drupal\image\Plugin\Field\FieldFormatter

Code

protected $imageStyleStorage;