public function ParagraphInterface::setBehaviorSettings in Paragraphs 8
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 src/
Entity/ Paragraph.php - Sets the behavior settings of a plugin.
File
- src/
ParagraphInterface.php, line 154
Class
- ParagraphInterface
- Provides an interface defining a paragraphs entity.
Namespace
Drupal\paragraphsCode
public function setBehaviorSettings($plugin_id, array $settings);