function uuid_vocabulary_features_revert in UUID Features Integration 6
Implementation of hook_features_revert().
File
- includes/
uuid_vocabulary.features.inc, line 83 - Features hooks for the uuid_vocabulary features component.
Code
function uuid_vocabulary_features_revert($module) {
uuid_vocabulary_features_rebuild($module);
}