public function Idp::logout_url in SAML Service Provider 8.2
Overrides IdpInterface::logout_url
File
- src/
Entity/ Idp.php, line 87
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function logout_url() {
return $this->logout_url;
}