function Config::getRawData

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/Config.php \Drupal\Core\Config\Config::getRawData()

Gets the raw data without overrides.

Return value

array The raw data.

File

core/lib/Drupal/Core/Config/Config.php, line 257

Class

Config
Defines the default configuration object.

Namespace

Drupal\Core\Config

Code

public function getRawData() {
    return $this->data;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.