You are here

function dependencies_features_revert in Features 7

Same name and namespace in other branches
  1. 6 includes/features.features.inc \dependencies_features_revert()
  2. 7.2 includes/features.features.inc \dependencies_features_revert()

Implements hook_features_revert().

File

includes/features.features.inc, line 49

Code

function dependencies_features_revert($module) {
  dependencies_features_rebuild($module);
}