You are here

public function BlazyEntityMediaBase::blazyEntity in Blazy 8.2

Returns the slick service.

1 method overrides BlazyEntityMediaBase::blazyEntity()
BlazyTestEntityReferenceFormatterTest::blazyEntity in tests/modules/blazy_test/src/Plugin/Field/FieldFormatter/BlazyTestEntityReferenceFormatterTest.php
Returns the slick service.

File

src/Dejavu/BlazyEntityMediaBase.php, line 22

Class

BlazyEntityMediaBase
Base class for Media entity reference formatters with field details.

Namespace

Drupal\blazy\Dejavu

Code

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