You are here

public function IdpInterface::setLogoutUrl in SAML Service Provider 3.x

Same name and namespace in other branches
  1. 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setLogoutUrl()
  2. 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setLogoutUrl()

Sets the IdP server's logout URL.

Parameters

string $logout_url: The logout URL.

1 method overrides IdpInterface::setLogoutUrl()
Idp::setLogoutUrl in src/Entity/Idp.php
Sets the IdP server's logout URL.

File

src/IdpInterface.php, line 106

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function setLogoutUrl($logout_url);