You are here

public function AccountSwitcherInterface::switchBack in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Session/AccountSwitcherInterface.php \Drupal\Core\Session\AccountSwitcherInterface::switchBack()

Reverts to a previous account after switching.

Return value

$this $this.

Throws

\RuntimeException When there are no more account switches to revert.

1 method overrides AccountSwitcherInterface::switchBack()
AccountSwitcher::switchBack in core/lib/Drupal/Core/Session/AccountSwitcher.php
Reverts to a previous account after switching.

File

core/lib/Drupal/Core/Session/AccountSwitcherInterface.php, line 36

Class

AccountSwitcherInterface
Defines an interface for a service for safe account switching.

Namespace

Drupal\Core\Session

Code

public function switchBack();