You are here

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

Class

DateTimeCustomListFormatter
Formats multiple custom-formatted 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 a custom date/time format using PHP's format syntax, along with an optional time zone.");
}