You are here

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

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

Returns the IdP server's login URL.

Return value

string The logout URL.

1 method overrides IdpInterface::getLogoutUrl()
Idp::getLogoutUrl in src/Entity/Idp.php
Returns the IdP server's login URL.

File

src/IdpInterface.php, line 50

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function getLogoutUrl();