function uuid_file_entity_features_revert in UUID Features Integration 7
Implements hook_features_revert().
File
- includes/
uuid_file_entity.features.inc, line 142 - Features hooks for the uuid_file_entity features component.
Code
function uuid_file_entity_features_revert($module) {
uuid_file_entity_features_rebuild($module);
}