You are here

public static function ParagraphsTrimmedFormatter::getTrimFormatterType in Paragraphs Trimmed 8

{inheritdoc}

Overrides ParagraphsTrimmedFormatterInterface::getTrimFormatterType

File

src/Plugin/Field/FieldFormatter/ParagraphsTrimmedFormatter.php, line 25

Class

ParagraphsTrimmedFormatter
Plugin implementation of the 'paragraphs_trimmed' formatter.

Namespace

Drupal\paragraphs_trimmed\Plugin\Field\FieldFormatter

Code

public static function getTrimFormatterType() {
  return 'text_trimmed';
}