You are here

6 calls to WorkflowState::getStates() in Workflow 7.2

Workflow::getStates in includes/Entity/Workflow.php
Gets all states for a given workflow.
Workflow::rebuildInternals in includes/Entity/Workflow.php
Rebuild internals that get saved separately.
WorkflowState::deactivate in includes/Entity/WorkflowState.php
Deactivate a Workflow State, moving existing nodes to a given State.
WorkflowState::load in includes/Entity/WorkflowState.php
Alternative constructor, loading objects from table {workflow_states}.
WorkflowState::loadByName in includes/Entity/WorkflowState.php
Get all states in the system, with options to filter, only where a workflow exists.
workflow_state_load_multiple in ./workflow.entity.inc