You are here

function configuration_disable_modules in Configuration Management 6

Disable all the provided modules

Parameters

&$modules: The modules list.

Return value

TRUE or FALSE on success

1 call to configuration_disable_modules()
configuration_run_pass in ./configuration.module
Run through a pass of the configuration process

File

./configuration.module, line 2038
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

function configuration_disable_modules(&$modules) {
}