You are here

constant CONFIGURATION_EXECUTE_ACTIONS in Configuration Management 6

The fifth execution phase: Execute the built up actions, one action per execution pass.

2 uses of CONFIGURATION_EXECUTE_ACTIONS
configuration_run_pass in ./configuration.module
Run through a pass of the configuration process
_configuration_execute_batch in ./configuration.module
Batch callback function for batch execution

File

./configuration.module, line 32
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_EXECUTE_ACTIONS', 5);