You are here

protected property WorkspaceCacheContext::$workspaceManager in Drupal 10

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

The workspace manager.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/WorkspaceCacheContext.php, line 20

Class

WorkspaceCacheContext
Defines the WorkspaceCacheContext service, for "per workspace" caching.

Namespace

Drupal\workspaces

Code

protected $workspaceManager;