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;
use Drupal\Core\Field\Attribute\FieldFormatter;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
* Plugin implementation of the 'text_summary_or_trimmed' formatter.
*/
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.