function workbench_moderation_transition_access in Workbench Moderation 7
Same name and namespace in other branches
- 7.3 workbench_moderation.module \workbench_moderation_transition_access()
Wrapper for user_access to admin workbench_moderation.
1 string reference to 'workbench_moderation_transition_access'
- workbench_moderation_entity_info in ./
workbench_moderation.module - Implements hook_entity_info().
File
- ./
workbench_moderation.module, line 2388 - Content moderation for Workbench.
Code
function workbench_moderation_transition_access($op, $profile = NULL, $account = NULL) {
return user_access('administer workbench moderation');
}