public function SamlSPController::logout in SAML Service Provider 4.x
Same name and namespace in other branches
- 8.3 src/Controller/SamlSPController.php \Drupal\saml_sp\Controller\SamlSPController::logout()
- 8.2 src/Controller/SamlSPController.php \Drupal\saml_sp\Controller\SamlSPController::logout()
- 3.x src/Controller/SamlSPController.php \Drupal\saml_sp\Controller\SamlSPController::logout()
Log the user out.
1 string reference to 'SamlSPController::logout'
File
- src/
Controller/ SamlSPController.php, line 151
Class
- SamlSPController
- Provides route responses for the SAML SP module.
Namespace
Drupal\saml_sp\ControllerCode
public function logout() {
}