constant CONFIGURATION_DELETE in Configuration Management 7
If a configuration no longer exists in the active store and still exists in config tracking.
3 uses of CONFIGURATION_DELETE
- 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_tracking_form in ./
configuration.admin.inc - Menu Callback Form.
- _configuration_get_status_link in ./
configuration.admin.inc - Return the status name as string based on the status of passed in.
File
- ./
configuration.module, line 49 - Module file for the configuration module, which enables the capture and management of configuration in Drupal.
Code
define('CONFIGURATION_DELETE', 0x10);