TextSummaryOrTrimmedFormatter.php
Same filename in other branches
Namespace
Drupal\text\Plugin\Field\FieldFormatterFile
-
core/
modules/ text/ src/ Plugin/ Field/ FieldFormatter/ TextSummaryOrTrimmedFormatter.php
View source
<?php
namespace Drupal\text\Plugin\Field\FieldFormatter;
/**
* Plugin implementation of the 'text_summary_or_trimmed' formatter.
*
* @FieldFormatter(
* id = "text_summary_or_trimmed",
* label = @Translation("Summary or trimmed"),
* field_types = {
* "text_with_summary"
* },
* quickedit = {
* "editor" = "form"
* }
* )
*/
class TextSummaryOrTrimmedFormatter extends TextTrimmedFormatter {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TextSummaryOrTrimmedFormatter | Plugin implementation of the 'text_summary_or_trimmed' formatter. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.