Config::getRawData

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

public function getRawData() {
  return $this->data;
}
doc_Drupal
2016-10-29 08:52:08
Comments
Leave a Comment

Please login to continue.