function WorkspaceManagerInterface::setActiveWorkspace
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::setActiveWorkspace()
- 10 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::setActiveWorkspace()
- 11.x core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::setActiveWorkspace()
Sets the active workspace via the workspace negotiators.
Parameters
\Drupal\workspaces\WorkspaceInterface $workspace: The workspace to set as active.
Return value
$this
Throws
\Drupal\workspaces\WorkspaceAccessException Thrown when the current user doesn't have access to view the workspace.
1 method overrides WorkspaceManagerInterface::setActiveWorkspace()
- WorkspaceManager::setActiveWorkspace in core/
modules/ workspaces/ src/ WorkspaceManager.php - Sets the active workspace via the workspace negotiators.
File
-
core/
modules/ workspaces/ src/ WorkspaceManagerInterface.php, line 58
Class
- WorkspaceManagerInterface
- Provides an interface for managing Workspaces.
Namespace
Drupal\workspacesCode
public function setActiveWorkspace(WorkspaceInterface $workspace);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.