public function SamlSPController::logout in SAML Service Provider 8.2
Same name and namespace in other branches
- 8.3 src/Controller/SamlSPController.php \Drupal\saml_sp\Controller\SamlSPController::logout()
- 4.x 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 149 - Contains \Drupal\samlsp\Controller\SamlSPController.
Class
- SamlSPController
- Provides route responses for the SAML SP module
Namespace
Drupal\saml_sp\ControllerCode
public function logout() {
}