protected function GeneralEmailListFormatter::getDescription in Formatter Suite 8
Returns a brief description of the formatter.
Return value
string Returns a brief translated description of the formatter.
Overrides GeneralEmailFormatter::getDescription
File
- src/
Plugin/ Field/ FieldFormatter/ GeneralEmailListFormatter.php, line 32
Class
- GeneralEmailListFormatter
- Formats multiple email addresses as a list.
Namespace
Drupal\formatter_suite\Plugin\Field\FieldFormatterCode
protected function getDescription() {
return $this
->t('<span class="formatter_suite-deprecated">Deprecated. Please switch to "General Email address", which has all of the same features. This formatter will be deleted in a future release.</span>');
}