You are here

public function AuthenticationManagerInterface::switchUserBack in RESTful 7.2

Switches the user back from the original user for the session.

1 method overrides AuthenticationManagerInterface::switchUserBack()
AuthenticationManager::switchUserBack in src/Authentication/AuthenticationManager.php
Switches the user back from the original user for the session.

File

src/Authentication/AuthenticationManagerInterface.php, line 74
Contains \Drupal\restful\Authentication\AuthenticationManagerInterface

Class

AuthenticationManagerInterface

Namespace

Drupal\restful\Authentication

Code

public function switchUserBack();