function ConfigurationManager::__construct in Configuration Management 7.3
File
- src/
ConfigurationManager.php, line 34
Class
Namespace
ConfigurationCode
function __construct() {
$this->referenced_configurations = array();
$this->handlers = new Map();
$this->proccesors = new Map();
$this->cache = new ConfigurationsCacheInMemory();
$this->settings = new ConfigurationSettings();
$this->exporter_manager = new ConfigurationExportManager($this);
$this->importer_manager = new ConfigurationImportManager($this);
$this
->resetDefaultsSettings();
$this->backend = new \Configuration\Backends\Drupal7Backend();
}