constant FEATURES_DEFAULTS_CUSTOM in Features 7
Same name and namespace in other branches
- 6 features.module \FEATURES_DEFAULTS_CUSTOM
- 7.2 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.
3 uses of FEATURES_DEFAULTS_CUSTOM
- 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.
- _ctools_features_get_info in includes/
features.ctools.inc - Helper function to return various ctools information for components.
File
- ./
features.module, line 52 - 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_CUSTOM', 2);