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