You are here

constant FEATURES_DEFAULTS_INCLUDED_COMMON in Features 7

Same name and namespace in other branches
  1. 6 features.module \FEATURES_DEFAULTS_INCLUDED_COMMON
  2. 7.2 features.module \FEATURES_DEFAULTS_INCLUDED_COMMON

Components with this 'default_file' flag will have exports written to the common defaults file 'MODULENAME.features.inc'. This is the default behavior.

File

./features.module, line 37
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_COMMON', 0);