You are here

function themekey_features_rule_chain_features_revert in ThemeKey 7

Same name and namespace in other branches
  1. 6.4 themekey_features.module \themekey_features_rule_chain_features_revert()
  2. 6.3 themekey_features.module \themekey_features_rule_chain_features_revert()
  3. 7.3 themekey_features.module \themekey_features_rule_chain_features_revert()
  4. 7.2 themekey_features.module \themekey_features_rule_chain_features_revert()

Implements hook_features_revert().

File

./themekey_features.module, line 101

Code

function themekey_features_rule_chain_features_revert($module) {
  return themekey_features_rule_chain_features_rebuild($module);
}