constant CONFIGURATION_DISABLE_MODULES in Configuration Management 6
The six execution phase: Disable any modules marked for disabling
1 use of CONFIGURATION_DISABLE_MODULES
- configuration_run_pass in ./
configuration.module - Run through a pass of the configuration process
File
- ./
configuration.module, line 37 - 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_DISABLE_MODULES', 6);