You are here

protected function GeneralNumberListFormatter::getDescription in Formatter Suite 8

Returns a brief description of the formatter.

Return value

string Returns a brief translated description of the formatter.

Overrides GeneralNumberFormatter::getDescription

File

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

Class

GeneralNumberListFormatter
Formats multiple numbers as a list.

Namespace

Drupal\formatter_suite\Plugin\Field\FieldFormatter

Code

protected function getDescription() {
  return $this
    ->t('<span class="formatter_suite-deprecated">Deprecated. Please switch to "General number", which has all of the same features. This formatter will be deleted in a future release.</span>');
}