You are here

function configuration_finalize in Configuration Management 6

Perform any cleanup actions when a configuration is done running

1 call to configuration_finalize()
configuration_run_pass in ./configuration.module
Run through a pass of the configuration process

File

./configuration.module, line 1999
Provide a unified method for defining site configurations abstracted from their data format. Various data formats should be supported via a plugin architecture such as XML, YAML, JSON, PHP

Code

function configuration_finalize() {

  // Reset the error handler to what it was before

  //restore_error_handler();
}