function StorableConfigBase::getRawData
Same name in other branches
- 10 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\StorableConfigBase::getRawData()
Gets the raw data without any manipulations.
Return value
array The raw data.
File
-
core/
lib/ Drupal/ Core/ Config/ StorableConfigBase.php, line 162
Class
- StorableConfigBase
- Provides a base class for configuration objects with storage support.
Namespace
Drupal\Core\ConfigCode
public function getRawData() {
return $this->data;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.