You are here

Functions in Workflow 5

Primary tabs

Namesort descending Location Description Direct uses Strings
action_workflow_execute_transition ./workflow.module Implementation of a Drupal action. Changes the workflow state of a node to the next state of the workflow.
theme_workflow_actions_form ./workflow.module
theme_workflow_edit_form ./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_form ./workflow.module 1
workflow_actions_form_submit ./workflow.module
workflow_actions_page ./workflow.module 1
workflow_actions_remove ./workflow.module 3
workflow_actions_remove_confirm_submit ./workflow.module
workflow_actions_remove_form ./workflow.module 1
workflow_actions_remove_form_submit ./workflow.module
workflow_actions_save ./workflow.module 1
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. 2
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 2
workflow_edit_form_submit ./workflow.module
workflow_edit_form_validate ./workflow.module
workflow_edit_page ./workflow.module Menu callback to edit a workflow's properties. 1
workflow_execute_transition ./workflow.module Execute a transition (change state of a node). 3
workflow_field_choices ./workflow.module Get the states one can move to for a given node. 4
workflow_form_alter ./workflow.module Generate a forms API compliant workflow field.
workflow_get_actions ./workflow.module Get the actions associated with a given transition. 3
workflow_get_all ./workflow.module Get names and IDS of all workflows from the database. 4
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, return an array with all its attributes. 1
workflow_get_states ./workflow.module Load workflow states for a workflow from the database. 12
workflow_get_transition_id ./workflow.module Get the tid of a transition, if it exists. 7
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_install ./workflow.install

Pages

Other projects