You are here

public function DefaultWorkspaceNegotiator::setActiveWorkspace in Workspace 8.2

Sets the negotiated workspace.

Parameters

\Drupal\workspace\WorkspaceInterface $workspace: The workspace entity.

Overrides WorkspaceNegotiatorInterface::setActiveWorkspace

File

src/Negotiator/DefaultWorkspaceNegotiator.php, line 67

Class

DefaultWorkspaceNegotiator
Defines the default workspace negotiator.

Namespace

Drupal\workspace\Negotiator

Code

public function setActiveWorkspace(WorkspaceInterface $workspace) {
}