Sets all the behavior settings of a plugin.
array $settings: The behavior settings from the form.
Overrides ParagraphInterface::setAllBehaviorSettings
public function setAllBehaviorSettings(array $settings) {
// Set behavior settings fields.
$this->unserializedBehaviorSettings = $settings;
}