You are here

protected property EntityTypeInfo::$workspaceManager in Drupal 8

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

The workspace manager service.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/EntityTypeInfo.php, line 34

Class

EntityTypeInfo
Manipulates entity type information.

Namespace

Drupal\workspaces

Code

protected $workspaceManager;