You are here

protected property StorableConfigBase::$originalData in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\StorableConfigBase::originalData

The data of the configuration object.

Type: array

File

core/lib/Drupal/Core/Config/StorableConfigBase.php, line 63
Contains \Drupal\Core\Config\StorableConfigBase.

Class

StorableConfigBase
Provides a base class for configuration objects with storage support.

Namespace

Drupal\Core\Config

Code

protected $originalData = array();