CONFIGURATION_ATTRIBUTE_KEY |
./configuration.module |
The key that signals an attribute in the end-result parsed data |
2 |
1 |
CONFIGURATION_DEFAULT_MAP |
./configuration.module |
The second execution phase: Apply the base map to $context |
1 |
1 |
CONFIGURATION_DISABLE_MODULES |
./configuration.module |
The six execution phase: Disable any modules marked for disabling |
1 |
1 |
CONFIGURATION_ENABLE_MODULES |
./configuration.module |
The third execution phase: Enable all modules needed for the configuration |
1 |
1 |
CONFIGURATION_ERROR |
./configuration.module |
An execution phase to mark an error in the execution somewhere |
1 |
1 |
CONFIGURATION_EXECUTE_ACTIONS |
./configuration.module |
The fifth execution phase: Execute the built up actions, one action per execution pass. |
2 |
1 |
CONFIGURATION_FINALIZE |
./configuration.module |
The seventh and last execution phase: Any needed cleanup operations |
1 |
1 |
CONFIGURATION_INITIALIZE |
./configuration.module |
The first execution phase: Apply the base map to $context |
1 |
1 |
CONFIGURATION_MODULE_MAPS |
./configuration.module |
The fourth execution phase: Apply all modules configuration maps |
1 |
1 |
CONFIGURATION_SUCCESS |
./configuration.module |
An execution phase to mark the success and completion of the configuration |
1 |
1 |