You are here

protected property WorkspaceManager::$activeWorkspace in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/WorkspaceManager.php \Drupal\workspaces\WorkspaceManager::activeWorkspace

The current active workspace or FALSE if there is no active workspace.

Type: \Drupal\workspaces\WorkspaceInterface|false

File

core/modules/workspaces/src/WorkspaceManager.php, line 101

Class

WorkspaceManager
Provides the workspace manager.

Namespace

Drupal\workspaces

Code

protected $activeWorkspace;