W3cubDocs

/Drupal 8

interface AccountSwitcherInterface

Defines an interface for a service for safe account switching.

Hierarchy

Related topics

User accounts, permissions, and roles
API for user accounts, access checking, roles, and permissions.

File

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

Namespace

Drupal\Core\Session

Members

Name Modifiers Type Description
AccountSwitcherInterface::switchBack public function Reverts to a previous account after switching.
AccountSwitcherInterface::switchTo public function Safely switches to another account.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Session!AccountSwitcherInterface.php/interface/AccountSwitcherInterface/8.1.x