You are here

public function ConfigSplitCliService::postExportAll in Configuration Split 2.0.x

The hook to invoke after having exported all config.

File

src/ConfigSplitCliService.php, line 208

Class

ConfigSplitCliService
The CLI service class for interoperability.

Namespace

Drupal\config_split

Code

public function postExportAll() {

  // We need to make sure the split config is also written to the permanent
  // split storage.
  $this->manager
    ->commitAll();
}