function SessionWorkspaceNegotiator::unsetActiveWorkspace

Same name and namespace in other branches
  1. 10 core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php \Drupal\workspaces\Negotiator\SessionWorkspaceNegotiator::unsetActiveWorkspace()
  2. 9 core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php \Drupal\workspaces\Negotiator\SessionWorkspaceNegotiator::unsetActiveWorkspace()
  3. 8.9.x core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php \Drupal\workspaces\Negotiator\SessionWorkspaceNegotiator::unsetActiveWorkspace()
  4. main core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php \Drupal\workspaces\Negotiator\SessionWorkspaceNegotiator::unsetActiveWorkspace()

Unsets the negotiated workspace.

Overrides WorkspaceNegotiatorInterface::unsetActiveWorkspace

1 call to SessionWorkspaceNegotiator::unsetActiveWorkspace()
QueryParameterWorkspaceNegotiator::unsetActiveWorkspace in core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php
Unsets the negotiated workspace.
1 method overrides SessionWorkspaceNegotiator::unsetActiveWorkspace()
QueryParameterWorkspaceNegotiator::unsetActiveWorkspace in core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php
Unsets the negotiated workspace.

File

core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php, line 45

Class

SessionWorkspaceNegotiator
Defines the session workspace negotiator.

Namespace

Drupal\workspaces\Negotiator

Code

public function unsetActiveWorkspace() {
  $this->session
    ->remove('active_workspace_id');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.