You are here

public function Idp::setLogout_url in SAML Service Provider 8.2

Overrides IdpInterface::setLogout_url

File

src/Entity/Idp.php, line 90

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

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