You are here

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\Entity

Code

public function logout_url() {
  return $this->logout_url;
}