public function FieldStorageConfigInterface::setSetting in Drupal 10
Same name and namespace in other branches
- 8 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::setSetting()
- 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::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
File
- core/
modules/ field/ src/ FieldStorageConfigInterface.php, line 83
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\fieldCode
public function setSetting($setting_name, $value);