You are here

function themekey_features_rule_chain_features_revert in ThemeKey 6.3

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

Implementation of hook_features_revert().

File

./themekey_features.module, line 98

Code

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