You are here

constant FEATURES_DEFAULTS_INCLUDED in Features 6

Same name and namespace in other branches
  1. 7.2 features.module \FEATURES_DEFAULTS_INCLUDED
  2. 7 features.module \FEATURES_DEFAULTS_INCLUDED

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.

10 uses of FEATURES_DEFAULTS_INCLUDED
content_features_api in includes/features.content.inc
Implementation of hook_features_api().
features_export_render in ./features.export.inc
Render feature export into an array representing its files.
features_include_defaults in ./features.module
Load features includes for all components that require includes before collecting defaults.
fieldgroup_features_api in includes/features.fieldgroup.inc
Implementation of hook_features_api().
filter_features_api in includes/features.filter.inc
Implementation of hook_features_api().

... See full list

File

./features.module, line 38
Module file for the features module, which enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together statisfy a certain use-case.

Code

define('FEATURES_DEFAULTS_INCLUDED', 1);