You are here

public static function ParagraphsSmartTrimFormatter::getTrimFormatterType in Paragraphs Trimmed 8

{inheritdoc}

Overrides ParagraphsTrimmedFormatterInterface::getTrimFormatterType

File

modules/paragraphs_smart_trim/src/Plugin/Field/FieldFormatter/ParagraphsSmartTrimFormatter.php, line 26

Class

ParagraphsSmartTrimFormatter
Plugin implementation of the 'paragraphs_trimmed_formatter' formatter.

Namespace

Drupal\paragraphs_smart_trim\Plugin\Field\FieldFormatter

Code

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