public function Paragraph::setAllBehaviorSettings

Sets all the behavior settings of a plugin.

Parameters

array $settings: The behavior settings from the form.

Overrides ParagraphInterface::setAllBehaviorSettings

File

paragraphs/src/Entity/Paragraph.php, line 215

Class

Paragraph
Defines the Paragraph entity.

Namespace

Drupal\paragraphs\Entity

Code

public function setAllBehaviorSettings(array $settings) {

  // Set behavior settings fields.
  $this->unserializedBehaviorSettings = $settings;
}