constant CONFIGURATION_FINALIZE in Configuration Management 6
The seventh and last execution phase: Any needed cleanup operations
1 use of CONFIGURATION_FINALIZE
- configuration_run_pass in ./
configuration.module - Run through a pass of the configuration process
File
- ./
configuration.module, line 42 - 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
define('CONFIGURATION_FINALIZE', 7);