You are here

constant FEATURES_SEMAPHORE_TIMEOUT in Features 7

Same name and namespace in other branches
  1. 6 features.module \FEATURES_SEMAPHORE_TIMEOUT
  2. 7.2 features.module \FEATURES_SEMAPHORE_TIMEOUT
1 use of FEATURES_SEMAPHORE_TIMEOUT
features_get_component_states in ./features.export.inc
Retrieve an array of features/components and their current states.

File

./features.module, line 30
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_SEMAPHORE_TIMEOUT', 10 * 60);