public function IdpInterface::getLogoutUrl in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getLogoutUrl()
- 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getLogoutUrl()
Returns the IdP server's login URL.
Return value
string The logout URL.
1 method overrides IdpInterface::getLogoutUrl()
- Idp::getLogoutUrl in src/
Entity/ Idp.php - Returns the IdP server's login URL.
File
- src/
IdpInterface.php, line 50
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function getLogoutUrl();