function Config::setData
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Config.php \Drupal\Core\Config\Config::setData()
- 10 core/lib/Drupal/Core/Config/Config.php \Drupal\Core\Config\Config::setData()
- 11.x core/lib/Drupal/Core/Config/Config.php \Drupal\Core\Config\Config::setData()
Overrides ConfigBase::setData
File
-
core/
lib/ Drupal/ Core/ Config/ Config.php, line 106
Class
- Config
- Defines the default configuration object.
Namespace
Drupal\Core\ConfigCode
public function setData(array $data) {
parent::setData($data);
$this->resetOverriddenData();
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.