You are here

Functions in Workflow 7

Primary tabs

Namesort descending Location Description Direct uses Strings
workflow_rules_rules_action_info workflow_rules/workflow_rules.rules.inc Implements hook_rules_action_info().
workflow_rules_rules_condition_info workflow_rules/workflow_rules.rules.inc Implements hook_rules_condition_info().
workflow_rules_rules_data_info workflow_rules/workflow_rules.field.inc Implements hook_rules_data_info(). depends on 'property_info' in hook_field_info().
workflow_rules_rules_event_info workflow_rules/workflow_rules.rules.inc Implements hook_rules_event_info().
workflow_rules_workflow workflow_rules/workflow_rules.workflow.inc Implements hook_workflow(). Invokes events, as defined in hook_rules_event_info().
workflow_schema ./workflow.install Implements hook_schema().
workflow_search_api_entity_property_info_alter workflow_search_api/workflow_search_api.module Implements hook_entity_property_info_alter().
workflow_search_api_property_workflow_state_getter_callback workflow_search_api/workflow_search_api.module Getter callback for workflow state defined in workflow_search_api_entity_property_info_alter. 1
workflow_show_form ./workflow.module 5
workflow_tab_access ./workflow.module Menu access control callback. Determine access to Workflow tab. 2 1
workflow_tab_form ./workflow.pages.inc Form builder. Allow workflow state change and scheduling from workflow tab. N.B. This function is only used for Node API, not Field API. 2
workflow_tab_form_submit ./workflow.pages.inc Submit handler for the form on the workflow tab.
workflow_tab_page ./workflow.pages.inc Menu callback. Display workflow summary of a node. 1
workflow_theme ./workflow.module Implements hook_theme().
workflow_tokens ./workflow.tokens.inc Implements hook_tokens().
workflow_token_info ./workflow.tokens.inc Implements hook_token_info().
workflow_transition ./workflow.module Validate target state and either execute a transition immediately or schedule a transition to be executed later by cron. 5
workflow_transition_allowed ./workflow.module See if a transition is allowed for a given role. 3
workflow_uninstall ./workflow.install Implements hook_uninstall().
workflow_update_7000 ./workflow.install Table update from 6 to 7. Adding a unique key for fields (already held unique in code).
workflow_update_7001 ./workflow.install Initialize all workflows to show watchdog messages.
workflow_update_7002 ./workflow.install Add userid to scheduled transition table.
workflow_update_7003 ./workflow.install Add Entity field capabilities to workflow_scheduled_transition table.
workflow_update_7004 ./workflow.install Update contents of table workflow_scheduled_transition for new columns.
workflow_update_last_removed ./workflow.install Require highest 6.x release.
workflow_update_workflows ./workflow.module Given information, update or insert a new workflow. Returns data by ref. (like node_save). 1
workflow_update_workflows_full_object ./workflow.features.inc For use by CRUD only, save everything from the CRUD formed object. 1
workflow_update_workflow_node ./workflow.module Given data, insert the node association. @todo: Can we split this in 2? First half for Node API, second half for Node + Field API. 2
workflow_update_workflow_node_history_uid ./workflow.module Given a user id, re-assign history to the new user account. Called by user_delete(). 1
workflow_update_workflow_node_stamp ./workflow.module Given nid, update the new stamp. This probably can be refactored. Called by workflow_execute_transition(). @TODO refactor into a correct insert / update. 1
workflow_update_workflow_node_uid ./workflow.module Given data, update the new user account. Called by user_delete(). 1
workflow_update_workflow_states ./workflow.deprecated.inc Save (update/insert) a Workflow State into table {workflow_states}. @deprecated: workflow_update_workflow_states() --> WorkflowState->save() 3
workflow_update_workflow_transitions ./workflow.module Given data, insert or update a workflow_transitions. 2
workflow_update_workflow_transitions_roles ./workflow.module Given a tid and new roles, update them. @todo - this should be refactored out, and the update made a full actual update. 1
workflow_user_delete ./workflow.module Implements hook_user_delete().
workflow_vbo_action_info workflow_vbo/workflow_vbo.module Implements hook_action_info().
workflow_vbo_given_state_action workflow_vbo/workflow_vbo.module Implements a Drupal action. Move a node to a specified state.
workflow_vbo_given_state_action_form workflow_vbo/workflow_vbo.module Configuration form for "Change workflow state of post to new state" action.
workflow_vbo_given_state_action_submit workflow_vbo/workflow_vbo.module Submit handler for "Change workflow state of post to new state" action configuration form.
workflow_vbo_next_state_action workflow_vbo/workflow_vbo.module Implements a Drupal action. Move a node to the next state in the workflow.
workflow_views_permission workflow_views/workflow_views.module Implements hook_permission().
workflow_views_views_api workflow_views/workflow_views.module Implements hook_views_api().
workflow_views_views_data workflow_views/includes/workflow_views.views.inc Implements hook_views_data().
workflow_views_views_default_views workflow_views/includes/workflow_views.views_default.inc Implements hook_views_default_views().
_workflow_access_get_affected_roles workflow_access/workflow_access.features.inc Helper to find the roles needs by an export. 1
_workflow_admin_ui_participate workflow_admin_ui/workflow_admin_ui.install Helper function. Used both by update and enable. 2
_workflow_admin_ui_transition_grid_form workflow_admin_ui/workflow_admin_ui.pages.inc Form builder. Build the grid of transitions for defining a workflow. 1
_workflow_admin_ui_update_configured_transitions workflow_admin_ui/workflow_admin_ui.module Update the transitions for a workflow. 2
_workflow_form_alter ./workflow.node.inc Used to Implement hook_form_alter(). Is now a subfunction of workflow_form_BASE_FORM_ID_alter(). This is more performant, since it is called only on form with correct BASE_FORM_ID. 2
_workflow_get_entity_id ./workflow.module Helper function. Replacement for entity_id(), in case Entity module is not enabled. 3

Pages

Other projects