You are here

namespace Drupal\workflow\Entity in Workflow 8

Classsort descending Location Description
Workflow src/Entity/Workflow.php Workflow configuration entity to persistently store configuration.
WorkflowConfigTransition src/Entity/WorkflowConfigTransition.php Workflow configuration entity to persistently store configuration.
WorkflowConfigTransitionInterface src/Entity/WorkflowConfigTransitionInterface.php Defines a common interface for Workflow*Transition* objects.
WorkflowInterface src/Entity/WorkflowInterface.php Defines a common interface for Workflow*Transition* objects.
WorkflowManager src/Entity/WorkflowManager.php Manages entity type plugin definitions.
WorkflowManagerInterface src/Entity/WorkflowManagerInterface.php Provides an interface for workflow manager.
WorkflowScheduledTransition src/Entity/WorkflowScheduledTransition.php Implements a scheduled transition, as shown on Workflow form.
WorkflowState src/Entity/WorkflowState.php Workflow configuration entity to persistently store configuration.
WorkflowStorage src/Entity/WorkflowStorage.php Storage handler for workflow config entities.
WorkflowTransition src/Entity/WorkflowTransition.php Implements an actual, executed, Transition.
WorkflowTransitionInterface src/Entity/WorkflowTransitionInterface.php Defines a common interface for Workflow*Transition* objects.