You are here

protected property WorkflowAccessControlHandler::$workflowTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/WorkflowAccessControlHandler.php \Drupal\workflows\WorkflowAccessControlHandler::workflowTypeManager

The workflow type plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

core/modules/workflows/src/WorkflowAccessControlHandler.php, line 26

Class

WorkflowAccessControlHandler
Access controller for the Workflow entity.

Namespace

Drupal\workflows

Code

protected $workflowTypeManager;