You are here

protected property Workflow::$pluginCollection in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/Entity/Workflow.php \Drupal\workflows\Entity\Workflow::pluginCollection
  2. 9 core/modules/workflows/src/Entity/Workflow.php \Drupal\workflows\Entity\Workflow::pluginCollection

The workflow type plugin collection.

Type: \Drupal\Component\Plugin\LazyPluginCollection

File

core/modules/workflows/src/Entity/Workflow.php, line 103

Class

Workflow
Defines the workflow entity.

Namespace

Drupal\workflows\Entity

Code

protected $pluginCollection;