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

1
2
3
public function getRawData() {
  return $this->data;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.