public function SamlUserService::logout in SAML Authentication 8
Ends the current session.
File
- src/
SamlUserService.php, line 113 - Contains Drupal\samlauth\SamlService.
Class
- SamlUserService
- Class SamlUserService.
Namespace
Drupal\samlauthCode
public function logout() {
user_logout();
}