theme_workflow_current_state |
./workflow.module |
Theme the current state in the workflow history table. |
|
|
theme_workflow_deleted_state |
./workflow.module |
Theme a deleted state in the workflow history table. |
|
|
theme_workflow_edit_form |
./workflow.module |
|
|
|
theme_workflow_history_table |
./workflow.module |
|
|
|
theme_workflow_history_table_row |
./workflow.module |
|
|
|
theme_workflow_types_form |
./workflow.module |
|
|
|
workflow_access_disable |
./workflow_access.module |
Implementation of hook_disable(). |
|
|
workflow_access_disabling |
./workflow_access.module |
Make sure we don't respond with grants when disabling ourselves. |
2 |
|
workflow_access_enable |
./workflow_access.module |
Implementation of hook_enable(). |
|
|
workflow_access_form_alter |
./workflow_access.module |
Implementation of hook_form_alter(). |
|
|
workflow_access_form_submit |
./workflow_access.module |
Store permission settings for workflow states. |
|
|
workflow_access_install |
./workflow_access.install |
Implementation of hook_install(). |
|
|
workflow_access_node_access_records |
./workflow_access.module |
Implementation of hook_node_access_records(). |
|
|
workflow_access_node_grants |
./workflow_access.module |
Implementation of hook_node_grants(). |
|
|
workflow_access_uninstall |
./workflow_access.install |
Implementation of hook_uninstall(). |
|
|
workflow_access_workflow |
./workflow_access.module |
Implementation of hook_workflow(). |
|
|
workflow_actions_remove |
./workflow.module |
|
1 |
|
workflow_action_info |
./workflow.module |
Implementation of hook-action_info(). |
|
|
workflow_add_form |
./workflow.module |
Create the form for adding/editing a workflow. |
|
1 |
workflow_add_form_submit |
./workflow.module |
|
|
|
workflow_add_form_validate |
./workflow.module |
|
|
|
workflow_allowable_transitions |
./workflow.module |
Get allowable transitions for a given workflow state. Typical use: |
1 |
|
workflow_comment |
./workflow.module |
Implementation of hook_comment(). |
|
|
workflow_create |
./workflow.module |
Create a workflow and its (creation) state. |
1 |
|
workflow_cron |
./workflow.module |
Implementation of hook_cron |
|
|
workflow_deletewf |
./workflow.module |
Delete a workflow from the database. Deletes all states,
transitions and node type mappings too. Removes workflow state
information from nodes participating in this workflow. |
1 |
|
workflow_delete_form |
./workflow.module |
Create the form for confirmation of deleting a workflow. |
|
1 |
workflow_delete_form_submit |
./workflow.module |
|
|
|
workflow_edit_form |
./workflow.module |
Menu callback to edit a workflow's properties. |
|
2 |
workflow_edit_form_submit |
./workflow.module |
|
|
|
workflow_edit_form_validate |
./workflow.module |
|
|
|
workflow_execute_transition |
./workflow.module |
Execute a transition (change state of a node). |
4 |
|
workflow_field_choices |
./workflow.module |
Get the states one can move to for a given node. |
5 |
|
workflow_form_alter |
./workflow.module |
Modify the node form to add the workflow field. |
|
|
workflow_get_actions |
./workflow.module |
Get the actions associated with a given transition. |
1 |
|
workflow_get_all |
./workflow.module |
Get names and IDS of all workflows from the database. |
5 |
|
workflow_get_name |
./workflow.module |
Given the ID of a workflow, return its name. |
9 |
|
workflow_get_roles |
./workflow.module |
Function to get a list of roles. Used kind of often. |
3 |
|
workflow_get_state |
./workflow.module |
Given the ID of a workflow state, return a keyed array representing the state. |
1 |
|
workflow_get_states |
./workflow.module |
Load workflow states for a workflow from the database.
If $wid is not passed, all states for all workflows are given.
States that have been deleted are not included. |
13 |
|
workflow_get_transition_id |
./workflow.module |
Get the tid of a transition, if it exists. |
6 |
|
workflow_get_workflow_for_type |
./workflow.module |
Get ID of a workflow for a node type. |
8 |
|
workflow_handler_arg_sid |
./workflow.module |
Handler to deal with sid as an argument. |
|
1 |
workflow_handler_filter_sid |
./workflow.module |
Handler to provide a list of workflow states for the filter list. |
|
1 |
workflow_help |
./workflow.module |
Implementation of hook_help(). |
|
|
workflow_hook_info |
./workflow.module |
Implementation of hook_hook_info().
Expose each transition as a hook. |
|
|
workflow_install |
./workflow.install |
|
|
|
workflow_is_system_state |
./workflow.module |
Tell caller whether a state is a protected system state, such as the creation state. |
2 |
|
workflow_menu |
./workflow.module |
Implementation of hook_menu(). |
|
|
workflow_ng_condition_workflow_transition_is |
contrib/workflow_workflow_ng/workflow_workflow_ng.module |
|
|
|