You are here

constant FEATURES_REBUILDABLE in Features 7

Same name and namespace in other branches
  1. 6 features.module \FEATURES_REBUILDABLE
  2. 7.2 features.module \FEATURES_REBUILDABLE
5 uses of FEATURES_REBUILDABLE
drush_features_list in ./features.drush.inc
Get a list of all feature modules.
drush_features_revert in ./features.drush.inc
Revert a feature to it's code definition. Optionally accept a list of components to revert.
drush_features_revert_all in ./features.drush.inc
Revert all enabled features to their definitions in code.
features_get_component_states in ./features.export.inc
Retrieve an array of features/components and their current states.
_features_restore in ./features.module
Restore the specified modules to the default state.

File

./features.module, line 17
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_REBUILDABLE', -1);