public function ConfigurationExportManager::__construct in Configuration Management 7.3
File
- src/
Helpers/ ConfigurationExportManager.php, line 25 - ConfigurationExportManager.php handles the export of configurations.
Class
Namespace
Configuration\HelpersCode
public function __construct($configuration_manager) {
$this->configuration_manager = $configuration_manager;
$this->configurations_to_export = new Map();
$this->fs = new Filesystem();
$this
->reset();
}