You are here

function uuid_field_collection_features_revert in UUID Features Integration 7

Implements hook_features_revert().

File

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

Code

function uuid_field_collection_features_revert($module) {
  uuid_field_collection_features_rebuild($module);
}