You are here

constant FEATURES_DEFAULTS_INCLUDED in Features 7.2

Same name and namespace in other branches
  1. 6 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
contact_features_api in includes/features.contact.inc
Implements 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
Includes PHP files that contain (generated) default hook implementations.
field_features_api in includes/features.field.inc
Implements hook_features_api().
filter_features_api in includes/features.filter.inc
Implements hook_features_api().

... See full list

File

./features.module, line 45
Main *.module file for the 'features' module.

Code

define('FEATURES_DEFAULTS_INCLUDED', 1);