You are here

function variable_realm_features_revert in Variable 7

Same name and namespace in other branches
  1. 7.2 variable_realm/variable_realm.features.inc \variable_realm_features_revert()

Implements hook_features_revert().

File

variable_realm/variable_realm.features.inc, line 86
Features support for Variable store.

Code

function variable_realm_features_revert($module) {
  return variable_realm_features_rebuild($module);
}