You are here

protected property ActiveWorkspaceCheck::$workspaceManager in Drupal 8

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

The workspace manager.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/Access/ActiveWorkspaceCheck.php, line 20

Class

ActiveWorkspaceCheck
Determines access to routes based on the presence of an active workspace.

Namespace

Drupal\workspaces\Access

Code

protected $workspaceManager;