function webform_features_revert in Webform Features 7.4
Same name and namespace in other branches
- 7.3 webform_features.features.inc \webform_features_revert()
Implements hook_features_revert().
File
- ./
webform_features.features.inc, line 177 - Webform Features features integration.
Code
function webform_features_revert($module) {
webform_features_rebuild($module);
}