public function BlazyTestEntityReferenceFormatterTest::blazyEntity in Blazy 8.2
Returns the slick service.
Overrides BlazyEntityMediaBase::blazyEntity
File
- tests/
modules/ blazy_test/ src/ Plugin/ Field/ FieldFormatter/ BlazyTestEntityReferenceFormatterTest.php, line 43
Class
- BlazyTestEntityReferenceFormatterTest
- Plugin implementation of the 'Blazy Entity Reference' formatter.
Namespace
Drupal\blazy_test\Plugin\Field\FieldFormatterCode
public function blazyEntity() {
return $this->blazyEntity;
}