You are here

protected property WorkflowManager::$defaults in State Machine 8

Default values for each workflow plugin.

Type: array

Overrides DefaultPluginManager::$defaults

File

src/WorkflowManager.php, line 40

Class

WorkflowManager
Manages discovery and instantiation of workflow plugins.

Namespace

Drupal\state_machine

Code

protected $defaults = [
  'id' => '',
  'label' => '',
  'group' => '',
  'states' => [],
  'transitions' => [],
];