You are here

protected property EntityOperations::$workspaceManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/EntityOperations.php \Drupal\workspaces\EntityOperations::workspaceManager
  2. 10 core/modules/workspaces/src/EntityOperations.php \Drupal\workspaces\EntityOperations::workspaceManager

The workspace manager service.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/EntityOperations.php, line 36

Class

EntityOperations
Defines a class for reacting to entity events.

Namespace

Drupal\workspaces

Code

protected $workspaceManager;