public function AutologoutManagerInterface::logout in Automated Logout 8
Perform Logout.
Helper to perform the actual logout. Destroys the session of the logged in user.
1 method overrides AutologoutManagerInterface::logout()
- AutologoutManager::logout in src/
AutologoutManager.php - Perform Logout.
File
- src/
AutologoutManagerInterface.php, line 74
Class
- AutologoutManagerInterface
- Interface for AutologoutManager.
Namespace
Drupal\autologoutCode
public function logout();