Same name in other branches
  1. 8.9.x Drupal\workflows
  2. 9 Drupal\workflows
Classsort descending Location Description
State core/modules/workflows/src/State.php A value object representing a workflow state.
StateInterface core/modules/workflows/src/StateInterface.php An interface for state value objects.
Transition core/modules/workflows/src/Transition.php A transition value object that describes the transition between states.
TransitionInterface core/modules/workflows/src/TransitionInterface.php A transition value object that describes the transition between two states.
WorkflowAccessControlHandler core/modules/workflows/src/WorkflowAccessControlHandler.php Access controller for the Workflow entity.
WorkflowInterface core/modules/workflows/src/WorkflowInterface.php Provides an interface for defining workflow entities.
WorkflowListBuilder core/modules/workflows/src/WorkflowListBuilder.php Provides a listing of Workflow entities.
WorkflowStateTransitionOperationsAccessCheck core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Provides an access check for state and transition operations.
WorkflowTypeInterface core/modules/workflows/src/WorkflowTypeInterface.php An interface for Workflow type plugins.
WorkflowTypeManager core/modules/workflows/src/WorkflowTypeManager.php Provides a Workflow type plugin manager.