You are here

function workbench_moderation_transitions_features_enable_feature in Workbench Moderation 7.3

Same name and namespace in other branches
  1. 7 workbench_moderation.features.inc \workbench_moderation_transitions_features_enable_feature()

Implements COMPONENT_features_enable_feature().

File

./workbench_moderation.features.inc, line 151
Features file for the workbench_moderation module.

Code

function workbench_moderation_transitions_features_enable_feature($module) {
  workbench_moderation_transitions_features_rebuild($module);
}