public function ParagraphsBehaviorBase::settingsSummary

Returns a short summary for the current behavior settings.

Parameters

\Drupal\paragraphs\Entity\Paragraph $paragraph: The paragraph.

Return value

string[] The plugin settings.

Overrides ParagraphsBehaviorInterface::settingsSummary

8 methods override ParagraphsBehaviorBase::settingsSummary()
ParagraphsAnchorPlugin::settingsSummary in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsAnchorPlugin.php
Returns a short summary for the current behavior settings.
ParagraphsGridLayoutPlugin::settingsSummary in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsGridLayoutPlugin.php
Returns a short summary for the current behavior settings.
ParagraphsLanguagePlugin::settingsSummary in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsLanguagePlugin.php
Returns a short summary for the current behavior settings.
ParagraphsLockablePlugin::settingsSummary in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsLockablePlugin.php
Returns a short summary for the current behavior settings.
ParagraphsSliderPlugin::settingsSummary in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsSliderPlugin.php
Returns a short summary for the current behavior settings.

... See full list

File

paragraphs/src/ParagraphsBehaviorBase.php, line 111

Class

ParagraphsBehaviorBase

Namespace

Drupal\paragraphs

Code

public function settingsSummary(Paragraph $paragraph) {
  return [];
}