public function WebformPluginSettingsInterface::setSettings in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformPluginSettingsInterface.php \Drupal\webform\Plugin\WebformPluginSettingsInterface::setSettings()
Update a plugin's settings.
Parameters
array $settings: The structured array containing the plugin's settings to be updated.
Return value
$this
File
- src/
Plugin/ WebformPluginSettingsInterface.php, line 26
Class
- WebformPluginSettingsInterface
- An interface for managing a plugin's settings\.
Namespace
Drupal\webform\PluginCode
public function setSettings(array $settings);