function TextTrimmedFormatter::defaultSettings

Overrides PluginSettingsBase::defaultSettings

File

core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php, line 34

Class

TextTrimmedFormatter
Plugin implementation of the 'text_trimmed' formatter.

Namespace

Drupal\text\Plugin\Field\FieldFormatter

Code

public static function defaultSettings() {
  return [
    'trim_length' => '600',
  ] + parent::defaultSettings();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.