You are here

public function LayoutParagraphsBuilderFormatter::settingsSummary in Layout Paragraphs 2.0.x

Replicates settings from Layout Paragraphs Widget.

See also

\Drupal\layout_paragraphs\Plugin\Field\FieldWidget\LayoutParagraphsWidget

File

src/Plugin/Field/FieldFormatter/LayoutParagraphsBuilderFormatter.php, line 121

Class

LayoutParagraphsBuilderFormatter
Layout Paragraphs field formatter.

Namespace

Drupal\layout_paragraphs\Plugin\Field\FieldFormatter

Code

public function settingsSummary() {
  $widget = $this
    ->widgetInstance();
  return $widget
    ->settingsSummary();
}