You are here

abstract public function FormatterBase::viewElements in Blazy 7

Implements hook_field_formatter_view().

Overrides FormatterInterface::viewElements

1 call to FormatterBase::viewElements()
FormatterBase::view in src/Plugin/Field/FieldFormatter/FormatterBase.php
Implements hook_field_formatter_view().
2 methods override FormatterBase::viewElements()
BlazyFormatterBlazy::viewElements in src/Plugin/Field/FieldFormatter/BlazyFormatterBlazy.php
Implements hook_field_formatter_view().
BlazyTextFormatter::viewElements in src/Plugin/Field/FieldFormatter/BlazyTextFormatter.php
Implements hook_field_formatter_view().

File

src/Plugin/Field/FieldFormatter/FormatterBase.php, line 263

Class

FormatterBase
Base class for blazy/slick image, and file formatters.

Namespace

Drupal\blazy\Plugin\Field\FieldFormatter

Code

public abstract function viewElements($items, $entity);