The data of the configuration object.
Type: array
File
- core/lib/Drupal/Core/Config/ConfigBase.php, line 43
Class
- ConfigBase
- Provides a base class for configuration objects with get/set support.
Namespace
Drupal\Core\Config
Code
protected $data = array();
Please login to continue.