You are here

public function IdpInterface::getLoginUrl in SAML Service Provider 8.3

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

Returns the IdP server's login URL.

Return value

string The login URL.

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

File

src/IdpInterface.php, line 42

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function getLoginUrl();