You are here

public function PluginSettingsInterface::setSettings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Field/PluginSettingsInterface.php \Drupal\Core\Field\PluginSettingsInterface::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

1 method overrides PluginSettingsInterface::setSettings()
PluginSettingsBase::setSettings in core/lib/Drupal/Core/Field/PluginSettingsBase.php
Sets the settings for the plugin.

File

core/lib/Drupal/Core/Field/PluginSettingsInterface.php, line 54
Contains \Drupal\Core\Field\PluginSettingsInterface.

Class

PluginSettingsInterface
Interface definition for plugin with settings.

Namespace

Drupal\Core\Field

Code

public function setSettings(array $settings);