features_revert
Drupal 7 features_revert($revert = array())
Wrapper around _features_restore().
3 calls to features_revert()
2 string references to 'features_revert'
File
- sites/
all/ modules/ features/ features.module, line 835 - 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
function features_revert($revert = array()) {
return _features_restore('revert', $revert);
}

