function 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\FieldCode
public function setSetting($setting_name, $value);Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
