You are here

18 calls to Workflow::load() in Workflow 7

Workflow::save in includes/Entity/Workflow.php
Given information, update or insert a new workflow.
Workflow::__construct in includes/Entity/Workflow.php
CRUD functions.
WorkflowDefaultWidget::formElement in includes/Field/WorkflowDefaultWidget.php
Implements hook_field_widget_form --> WidgetInterface::formElement().
WorkflowExampleTestCase::testWorkflow in includes/Test/WorkflowUnitTest.test
workflowfield_field_widget_form_alter in workflow_field/workflowfield.widget.inc
Implements hook_field_widget_form_alter().
WorkflowItem::getCurrentState in includes/Field/WorkflowItem.php
WorkflowState::getOptions in includes/Entity/WorkflowState.php
Returns the allowed values for the current state.
WorkflowState::getWorkflow in includes/Entity/WorkflowState.php
Returns the Workflow object of this State.
workflow_admin_ui_delete_form_submit in workflow_admin_ui/workflow_admin_ui.pages.inc
Submit handler for workflow deletion form.
workflow_delete_workflows_by_wid in ./workflow.deprecated.inc
Given a wid, delete the workflow and its data.
workflow_field_choices in ./workflow.node.inc
Get the states current user can move to for a given node.
workflow_get_creation_state_by_wid in ./workflow.deprecated.inc
Return the ID of the creation state for this workflow. @deprecated: workflow_get_creation_state_by_wid($wid) --> $workflow->getCreationSid().
workflow_get_workflows_by_type in ./workflow.module
Get a specific workflow, given a Node type. Only one workflow is possible per node type.
workflow_get_workflows_by_wid in ./workflow.deprecated.inc
Get a specific workflow, wid is a unique ID. @deprecated: workflow_get_workflows_by_wid() --> Workflow::load($wid)
workflow_load in ./workflow.module
Menu wild card loader {wildcard_name}_load for '%workflow'. Used by add-on modules, such as workflow_admin_ui.
workflow_node_current_state in ./workflow.module
Get the current state of a given node.
workflow_tab_form in ./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.
workflow_update_workflows in ./workflow.module
Given information, update or insert a new workflow. Returns data by ref. (like node_save).