function workflow_notify_help in Workflow 7
Same name and namespace in other branches
- 7.2 workflow_notify/workflow_notify.module \workflow_notify_help()
Implements hook_help().
File
- workflow_notify/
workflow_notify.module, line 22 - Notify roles for Workfllow state transitions.
Code
function workflow_notify_help($path, $arg) {
switch ($path) {
case 'admin/config/workflow/workflow/notify/%':
return '<p>' . t('The selected roles will be notified of each state change selected.') . '</p>';
}
}