public function ParagraphInterface::setBehaviorSettings

Sets the behavior settings of a plugin.

Parameters

string $plugin_id: The plugin ID for which to set the settings.

array $settings: The behavior settings from the form.

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

File

paragraphs/src/ParagraphInterface.php, line 154

Class

ParagraphInterface
Provides an interface defining a paragraphs entity.

Namespace

Drupal\paragraphs

Code

public function setBehaviorSettings($plugin_id, array $settings);