You are here

constant FEATURES_DEFAULTS_CUSTOM in Features 7.2

Same name and namespace in other branches
  1. 6 features.module \FEATURES_DEFAULTS_CUSTOM
  2. 7 features.module \FEATURES_DEFAULTS_CUSTOM

Components with this 'default_file' flag must specify a filename for their exports. Additionally a stub will NOT be written to 'MODULENAME.features.inc' allowing the file to be included directly by the implementing module.

4 uses of FEATURES_DEFAULTS_CUSTOM
features_export_build_form_submit in ./features.admin.inc
First submit handler 'Generate feature' and 'Download feature' buttons.
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.
_ctools_features_get_info in includes/features.ctools.inc
Helper function to return various ctools information for components.

File

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

Code

define('FEATURES_DEFAULTS_CUSTOM', 2);