function themekey_features_rule_chain_features_revert in ThemeKey 7
Same name and namespace in other branches
- 6.4 themekey_features.module \themekey_features_rule_chain_features_revert()
- 6.3 themekey_features.module \themekey_features_rule_chain_features_revert()
- 7.3 themekey_features.module \themekey_features_rule_chain_features_revert()
- 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);
}