You are here

public function ParagraphInterface::setAllBehaviorSettings in Paragraphs 8

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 src/Entity/Paragraph.php
Sets all the behavior settings of a plugin.

File

src/ParagraphInterface.php, line 144

Class

ParagraphInterface
Provides an interface defining a paragraphs entity.

Namespace

Drupal\paragraphs

Code

public function setAllBehaviorSettings(array $settings);