You are here

function uuid_term_features_revert in UUID Features Integration 7

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

Implements hook_features_revert().

File

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

Code

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