public Config::getRawData()
Gets the raw data without overrides.
Return value
array The raw data.
File
- core/lib/Drupal/Core/Config/Config.php, line 258
Class
- Config
- Defines the default configuration object.
Namespace
Drupal\Core\Config
Code
1 2 3 | public function getRawData() { return $this ->data; } |
Please login to continue.