public function SamlUserService::getPostLogoutDestination in SAML Authentication 8
Returns the route name that users will be redirected to after logging out.
@todo make this configurable
Return value
string
File
- src/
SamlUserService.php, line 133 - Contains Drupal\samlauth\SamlService.
Class
- SamlUserService
- Class SamlUserService.
Namespace
Drupal\samlauthCode
public function getPostLogoutDestination() {
return '<front>';
}