You are here

function workflow_access_features_revert in Workflow 7.2

Same name and namespace in other branches
  1. 7 workflow_access/workflow_access.features.inc \workflow_access_features_revert()

Implements hook_features_revert().

File

workflow_access/workflow_access.features.inc, line 177
Workflow_access records are a **faux-exportable** component.

Code

function workflow_access_features_revert($module) {
  workflow_access_features_rebuild($module);
}