You are here

function uuid_node_features_revert in UUID Features Integration 6

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

Implementation of hook_features_revert().

File

includes/uuid_node.features.inc, line 101
Features hooks for the uuid_node features component.

Code

function uuid_node_features_revert($module) {
  uuid_node_features_rebuild($module);
}