public function ParagraphInterface::setAllBehaviorSettings

Sets all the behavior settings of a plugin.

Parameters

array $settings: The behavior settings from the form.

1 method overrides ParagraphInterface::setAllBehaviorSettings()
Paragraph::setAllBehaviorSettings in paragraphs/src/Entity/Paragraph.php
Sets all the behavior settings of a plugin.

File

paragraphs/src/ParagraphInterface.php, line 144

Class

ParagraphInterface
Provides an interface defining a paragraphs entity.

Namespace

Drupal\paragraphs

Code

public function setAllBehaviorSettings(array $settings);