You are here

function uuid_file_features_revert in UUID Features Integration 7

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

Implements hook_features_revert().

File

includes/uuid_file.features.inc, line 59
Features hooks for the uuid_file features component.

Code

function uuid_file_features_revert($module) {
  uuid_file_features_rebuild($module);
}