function PluginSettingsBase::setSettings
Sets the settings for the plugin.
Parameters
array $settings: The array of settings, keyed by setting names. Missing settings will be assigned their default values.
Return value
$this
Overrides PluginSettingsInterface::setSettings
File
- 
              core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.php, line 78  
Class
- PluginSettingsBase
 - Base class for the Field API plugins.
 
Namespace
Drupal\Core\FieldCode
public function setSettings(array $settings) {
  $this->settings = $settings;
  $this->defaultSettingsMerged = FALSE;
  return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.