You are here

protected function EntityReferenceRenderListFormatter::getDescription in Formatter Suite 8

Returns a brief description of the formatter.

Return value

string Returns a brief translated description of the formatter.

Overrides EntityListTrait::getDescription

File

src/Plugin/Field/FieldFormatter/EntityReferenceRenderListFormatter.php, line 32

Class

EntityReferenceRenderListFormatter
Formats multiple entity reference rendered entities as a list.

Namespace

Drupal\formatter_suite\Plugin\Field\FieldFormatter

Code

protected function getDescription() {
  return $this
    ->t('Format multi-value entity reference fields as a list of rendered entities.');
}