You are here

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

ConfigurationManager

Namespace

Configuration

Code

public function export() {
  $this
    ->exporter()
    ->export();
}