You are here

function uuid_term_features_revert in UUID Features Integration 6

Same name and namespace in other branches
  1. 7 includes/uuid_term.features.inc \uuid_term_features_revert()

Implementation of hook_features_revert().

File

includes/uuid_term.features.inc, line 113
Features hooks for the uuid_term features component.

Code

function uuid_term_features_revert($module) {
  uuid_term_features_rebuild($module);
}