You are here

constant CONFIGURATION_OVERRIDDEN in Configuration Management 7

A bit flag used to let us know if a configuration was overridden.

1 use of CONFIGURATION_OVERRIDDEN
configuration_get_component_states in ./configuration.export.inc
Retrieve an array of configuration/components and their current states.

File

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

Code

define('CONFIGURATION_OVERRIDDEN', CONFIGURATION_ACTIVESTORE_OVERRIDDEN | CONFIGURATION_DATASTORE_OVERRIDDEN);