You are here

constant CONFIGURATION_INITIALIZE in Configuration Management 6

The first execution phase: Apply the base map to $context

1 use of CONFIGURATION_INITIALIZE
configuration_initiate in ./configuration.module
Initialize whats needed to execute a configuration.

File

./configuration.module, line 12
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_INITIALIZE', 1);