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.
\Drupal\paragraphs\Entity\Paragraph $paragraph: The paragraph.
string[] The plugin settings.
Overrides ParagraphsBehaviorInterface::settingsIcon
ParagraphInterface::getIcons()
public function settingsIcon(Paragraph $paragraph) {
return [];
}