function workflow_features_export_rebuild in Workflow 7
Implements hook_features_export_rebuild().
File
- ./
workflow.features.inc, line 85 - Integrates workflow with features.
Code
function workflow_features_export_rebuild($module) {
workflow_features_revert($module);
}