You are here

constant CONFIGURATION_IN_SYNC in Configuration Management 7

A bit flag used to let us know if a configuration is the same in both the activestore and the datastore.

13 uses of CONFIGURATION_IN_SYNC
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_check_menu_custom in includes/configuration.menu.inc
configuration_check_user_role in includes/configuration.user.inc
User roles are unique in that the name of the config and the name of the role are the same. If you change the name of the role, you are effectively creating a new configuration item. For that reason, we have to check to see what roles are no longer…
configuration_diff in ./configuration.admin.inc
Page callback to display the differences between what's in code and what is in the db.

... See full list

File

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

Code

define('CONFIGURATION_IN_SYNC', 0x0);