You are here

public function SlickEntityFormatterBase::blazyManager in Slick Carousel 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldFormatter/SlickEntityFormatterBase.php \Drupal\slick\Plugin\Field\FieldFormatter\SlickEntityFormatterBase::blazyManager()

Returns the blazy manager.

File

src/Plugin/Field/FieldFormatter/SlickEntityFormatterBase.php, line 62

Class

SlickEntityFormatterBase
Base class for slick entity reference formatters without field details.

Namespace

Drupal\slick\Plugin\Field\FieldFormatter

Code

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