You are here

function uuid_node_features_revert in UUID Features Integration 7

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

Implements hook_features_revert().

File

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

Code

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