protected property WorkspaceManager::$activeWorkspace in Drupal 8
Same name and namespace in other branches
- 9 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 105
Class
- WorkspaceManager
- Provides the workspace manager.
Namespace
Drupal\workspacesCode
protected $activeWorkspace;