You are here

public function PluginSettingsInterface::setSettings in Drupal 9

Same name and namespace in other branches
  1. 8 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 52

Class

PluginSettingsInterface
Interface definition for plugin with settings.

Namespace

Drupal\Core\Field

Code

public function setSettings(array $settings);