You are here

protected property EntitySchemaSubscriber::$workspaceManager in Drupal 10

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

The workspace manager.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php, line 42

Class

EntitySchemaSubscriber
Defines a class for listening to entity schema changes.

Namespace

Drupal\workspaces\EventSubscriber

Code

protected $workspaceManager;