You are here

constant CONFIGURATION_DEFAULTS_INCLUDED in Configuration Management 7

Components with this 'default_file' flag will have exports written to a defaults based on the component name like 'MODULENAME.features.COMPONENT-NAME.inc'. Any callers to this component's defaults hook must call features_include_defaults('component') in order to include this file.

11 uses of CONFIGURATION_DEFAULTS_INCLUDED
configuration_export_render in ./configuration.export.inc
Render feature export into an array representing its files.
configuration_import_form_submit in ./configuration.admin.inc
Submit handler for importing configs.
configuration_include_defaults in ./configuration.module
Load features includes for all components that require includes before collecting defaults.
field_configuration_api in includes/configuration.field.inc
Implements hook_configuration_api().
filter_configuration_api in includes/configuration.filter.inc
Implements hook_configuration_api().

... See full list

File

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

Code

define('CONFIGURATION_DEFAULTS_INCLUDED', 1);