You are here

constant WORKFLOW_ARROW in Workflow 7

Same name and namespace in other branches
  1. 5.2 workflow.module \WORKFLOW_ARROW
  2. 5 workflow.module \WORKFLOW_ARROW
  3. 6.2 workflow_admin_ui/workflow_admin_ui.module \WORKFLOW_ARROW
  4. 6 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 credit 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_transitions_form in workflow_admin_ui/workflow_admin_ui.pages.inc
Theme the workflow editing form.
workflow_admin_ui_view_permissions_form in workflow_admin_ui/workflow_admin_ui.pages.inc
View workflow permissions by role

File

workflow_admin_ui/workflow_admin_ui.module, line 11
Provides administrative UI for workflow. Why it's own module? Lower code footprint and better performance. Additional credit 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', '→');