You are here

public function WorkspaceNegotiatorInterface::unsetActiveWorkspace in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php \Drupal\workspaces\Negotiator\WorkspaceNegotiatorInterface::unsetActiveWorkspace()

Unsets the negotiated workspace.

1 method overrides WorkspaceNegotiatorInterface::unsetActiveWorkspace()
TestWorkspaceNegotiator::unsetActiveWorkspace in core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php
Unsets the negotiated workspace.

File

core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php, line 53

Class

WorkspaceNegotiatorInterface
Workspace negotiators provide a way to get the active workspace.

Namespace

Drupal\workspaces\Negotiator

Code

public function unsetActiveWorkspace();