You are here

constant WORKFLOW_ARROW in Workflow 6.2

Same name and namespace in other branches
  1. 5.2 workflow.module \WORKFLOW_ARROW
  2. 5 workflow.module \WORKFLOW_ARROW
  3. 6 workflow_admin_ui/workflow_admin_ui.module \WORKFLOW_ARROW
  4. 7 workflow_admin_ui/workflow_admin_ui.module \WORKFLOW_ARROW

@file Provides administrative UI for workflow. Why it's own module? Lower code footprint and better performance. Additional creadit to gcassie ( http://drupal.org/user/80260 ) for the initial push to split UI out of core workflow. We're moving workflow in a API direction, so UI and the like - out.

2 uses of WORKFLOW_ARROW
theme_workflow_admin_ui_edit_form in workflow_admin_ui/workflow_admin_ui.module
Theme the workflow editing form.
workflow_admin_ui_permissions in workflow_admin_ui/workflow_admin_ui.module
View workflow permissions by role

File

workflow_admin_ui/workflow_admin_ui.module, line 12
Provides administrative UI for workflow. Why it's own module? Lower code footprint and better performance. Additional creadit to gcassie ( http://drupal.org/user/80260 ) for the initial push to split UI out of core workflow. We're moving…

Code

define('WORKFLOW_ARROW', '→');