public function ParagraphsBehaviorInterface::settingsIcon

Returns a short info icon for the current behavior settings.

Usually the information is in the form of an icon or a badge or some similar graphical representation.

Parameters

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

Return value

string[] The plugin settings.

See also

ParagraphInterface::getIcons()

1 method overrides ParagraphsBehaviorInterface::settingsIcon()
ParagraphsBehaviorBase::settingsIcon in paragraphs/src/ParagraphsBehaviorBase.php
Returns a short info icon for the current behavior settings.

File

paragraphs/src/ParagraphsBehaviorInterface.php, line 137

Class

ParagraphsBehaviorInterface
Provides an interface defining a paragraph behavior.

Namespace

Drupal\paragraphs

Code

public function settingsIcon(Paragraph $paragraph);