You are here

protected function DateTimeListFormatter::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/DateTimeListFormatter.php, line 37

Class

DateTimeListFormatter
Formats multiple dates as a list.

Namespace

Drupal\formatter_suite\Plugin\Field\FieldFormatter

Code

protected function getDescription() {
  return $this
    ->t("Format multi-value date & time fields as a list. Values may be formatted using any of the site's date formats, with an optional time zone.");
}