public function Idp::getLogoutUrl in SAML Service Provider 3.x
Same name and namespace in other branches
- 8.3 src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getLogoutUrl()
- 4.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getLogoutUrl()
Returns the IdP server's login URL.
Return value
string The logout URL.
Overrides IdpInterface::getLogoutUrl
File
- src/
Entity/ Idp.php, line 149
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function getLogoutUrl() {
return $this->logout_url;
}