You are here

25 calls to workflow_state_load_single() in Workflow 7.2

Workflow::getNextSid in includes/Entity/Workflow.php
Returns the next state for the current state.
Workflow::getState in includes/Entity/Workflow.php
Gets a state for a given workflow.
WorkflowConfigTransition::getNewState in includes/Entity/WorkflowConfigTransition.php
WorkflowConfigTransition::getOldState in includes/Entity/WorkflowConfigTransition.php
workflowfield_field_formatter_view in workflow_field/workflowfield.formatter.inc
Implements hook_field_formatter_view().
workflowfield_options_list in workflow_field/workflowfield.field.inc
Implements hook_options_list().
workflownode_node_view in workflow_node/workflownode.module
Implements hook_node_view().
WorkflowTransition::getNewState in includes/Entity/WorkflowTransition.php
WorkflowTransition::getOldState in includes/Entity/WorkflowTransition.php
Functions, common to the WorkflowTransitions.
WorkflowTransition::getWorkflow in includes/Entity/WorkflowTransition.php
Get the Transitions $workflow.
WorkflowTransitionForm::buildForm in includes/Form/WorkflowTransitionForm.php
_state
WorkflowTransitionForm::getTransition in includes/Form/WorkflowTransitionForm.php
Extract WorkflowTransition or WorkflowScheduledTransition from the form.
workflow_admin_ui_states_form_submit in workflow_admin_ui/workflow_admin_ui.page.states.inc
Submission handler for the state form.
workflow_admin_ui_states_form_validate in workflow_admin_ui/workflow_admin_ui.page.states.inc
Validation handler for the state form.
workflow_block_view in ./workflow.block.inc
Implements hook_block_view().
workflow_delete_workflow_states_by_sid in ./workflow.deprecated.inc
Given a sid, delete the state and all associated data.
workflow_field_choices in ./workflow.deprecated.inc
Get the states current user can move to for a given node.
workflow_get_sid_label in ./workflow.module
Helper function, to get the label of a given state.
workflow_revert_form in workflow_revert/workflow_revert.pages.inc
Menu callback to do the revert function.
workflow_state_formatter in ./workflow.module
Creates a form element to show the current value of a Workflow state.
workflow_tab_page in ./workflow.pages.inc
Menu callback. Display workflow summary of a node.
workflow_update_workflow_states in ./workflow.deprecated.inc
Save (update/insert) a Workflow State into table {workflow_states}.
workflow_vbo_given_state_action_form in workflow_vbo/actions/given.action.inc
Configuration form for "Change workflow state of post to new state" action.
workflow_views_handler_field_sid::render in workflow_views/handlers/workflow_views_handler_field_sid.inc
Render the field.
_workflow_tokens_get_transition in ./workflow.tokens.inc
Helper function to get the Transition.