Defines an interface for a service for safe account switching.
Hierarchy
- interface \Drupal\Core\Session\AccountSwitcherInterface
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. |
Please login to continue.