public function ConfigurationManager::export in Configuration Management 7.3
Export the configuration of the site into the filesystem.
File
- src/
ConfigurationManager.php, line 234
Class
Namespace
ConfigurationCode
public function export() {
$this
->exporter()
->export();
}