public function ParagraphsBehaviorInterface::settingsSummary in Paragraphs 8
Returns a short summary for the current behavior settings.
Parameters
\Drupal\paragraphs\Entity\Paragraph $paragraph: The paragraph.
Return value
string[] The plugin settings.
1 method overrides ParagraphsBehaviorInterface::settingsSummary()
- ParagraphsBehaviorBase::settingsSummary in src/
ParagraphsBehaviorBase.php - Returns a short summary for the current behavior settings.
File
- src/
ParagraphsBehaviorInterface.php, line 124
Class
- ParagraphsBehaviorInterface
- Provides an interface defining a paragraph behavior.
Namespace
Drupal\paragraphsCode
public function settingsSummary(Paragraph $paragraph);