You are here

function configuration_rebuild in Configuration Management 7

Wrapper around _configuration_restore().

2 string references to 'configuration_rebuild'
configuration_get_component_states in ./configuration.export.inc
Retrieve an array of configuration/components and their current states.
_configuration_restore in ./configuration.module
Restore the specified modules to the default state.

File

./configuration.module, line 884
Module file for the configuration module, which enables the capture and management of configuration in Drupal.

Code

function configuration_rebuild($rebuild = array()) {
  return _configuration_restore('rebuild', $rebuild);
}