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\paragraphsCode
public function setAllBehaviorSettings(array $settings);