You are here

constant FEATURES_DEFAULTS_CUSTOM in Features 6

Same name and namespace in other branches
  1. 7.2 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
context_features_api in includes/features.context.inc
Implementation of hook_features_api().
features_export_render in ./features.export.inc
Render feature export into an array representing its files.
views_features_api in includes/features.views.inc
Implementation of hook_features_api().
_ctools_features_get_info in includes/features.ctools.inc
Helper function to return various ctools information for components.

File

./features.module, line 45
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);