Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Field/FieldConfigInterface.php \Drupal\Core\Field\FieldConfigInterface::setSetting()
  2. 9 core/lib/Drupal/Core/Field/FieldConfigInterface.php \Drupal\Core\Field\FieldConfigInterface::setSetting()

Sets the value for a field setting by name.

Parameters

string $setting_name: The name of the setting.

mixed $value: The value of the setting.

Return value

$this

1 method overrides FieldConfigInterface::setSetting()
FieldConfigBase::setSetting in core/lib/Drupal/Core/Field/FieldConfigBase.php
Sets the value for a field setting by name.

File

core/lib/Drupal/Core/Field/FieldConfigInterface.php, line 94

Class

FieldConfigInterface
Defines an interface for configurable field definitions.

Namespace

Drupal\Core\Field

Code

public function setSetting($setting_name, $value);