You are here

function uuid_user_features_revert in UUID Features Integration 7

Implements hook_features_revert().

File

includes/uuid_user.features.inc, line 110
Features hooks for the user features component.

Code

function uuid_user_features_revert($module) {
  uuid_user_features_rebuild($module);
}