You are here

constant FEATURES_REBUILDING in Features 7

Same name and namespace in other branches
  1. 6 features.module \FEATURES_REBUILDING
  2. 7.2 features.module \FEATURES_REBUILDING
2 uses of FEATURES_REBUILDING
features_admin_form in ./features.admin.inc
Form constructor for the features configuration form.
features_get_component_states in ./features.export.inc
Retrieve an array of features/components and their current states.

File

./features.module, line 21
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_REBUILDING', 3);