You are here

protected property WorkflowManager::$plugins in State Machine 8

A cache of loaded workflows, keyed by workflow ID.

Type: \Drupal\state_machine\Plugin\Workflow\WorkflowInterface[]

File

src/WorkflowManager.php, line 33

Class

WorkflowManager
Manages discovery and instantiation of workflow plugins.

Namespace

Drupal\state_machine

Code

protected $plugins;