You are here

public function FileImageResponsiveFormatter::prepareView in File Entity (fieldable files) 8.2

Loads the entities referenced in that field across all the entities being viewed.

Overrides EntityReferenceFormatterBase::prepareView

File

src/Plugin/Field/FieldFormatter/FileImageResponsiveFormatter.php, line 168

Class

FileImageResponsiveFormatter
Plugin for responsive image formatter.

Namespace

Drupal\file_entity\Plugin\Field\FieldFormatter

Code

public function prepareView(array $entities_items) {
}