You are here

constant CONFIGURATION_ACTIVESTORE_OVERRIDDEN in Configuration Management 7

A bit flag used to let us know if a configuration was overridden as a result of changing the activestore directly. (config changes via the UI)

9 uses of CONFIGURATION_ACTIVESTORE_OVERRIDDEN
ConfigurationActiveStoreOverriddenTest::testOverridden in tests/configuration.test
Tests that configurations get marked as overriden.
ConfigurationCtoolsWebTestCase::testViewsOverridden in tests/configuration.ctools.test
Tests that views configurations that are marked as overriden are reverted properly.
configuration_build_configuration_status in ./configuration.module
configuration_check_menu_custom in includes/configuration.menu.inc
configuration_delete_multiple in ./configuration.module
Delete a specific configuration from being tracked.

... See full list

File

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

Code

define('CONFIGURATION_ACTIVESTORE_OVERRIDDEN', 0x1);