You are here

public function SamlSPController::logout in SAML Service Provider 3.x

Same name and namespace in other branches
  1. 8.3 src/Controller/SamlSPController.php \Drupal\saml_sp\Controller\SamlSPController::logout()
  2. 8.2 src/Controller/SamlSPController.php \Drupal\saml_sp\Controller\SamlSPController::logout()
  3. 4.x src/Controller/SamlSPController.php \Drupal\saml_sp\Controller\SamlSPController::logout()

Log the user out.

1 string reference to 'SamlSPController::logout'
saml_sp.routing.yml in ./saml_sp.routing.yml
saml_sp.routing.yml

File

src/Controller/SamlSPController.php, line 151

Class

SamlSPController
Provides route responses for the SAML SP module.

Namespace

Drupal\saml_sp\Controller

Code

public function logout() {
}