You are here

public function GridStackEntityFormatterBase::blazyManager in GridStack 8

Returns the blazy manager.

File

src/Plugin/Field/FieldFormatter/GridStackEntityFormatterBase.php, line 60

Class

GridStackEntityFormatterBase
Base class for gridstack entity reference formatters without field details.

Namespace

Drupal\gridstack\Plugin\Field\FieldFormatter

Code

public function blazyManager() {
  return $this->formatter;
}