You are here

public function Idp::getLoginUrl in SAML Service Provider 4.x

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

Returns the IdP server's login URL.

Return value

string The login URL.

Overrides IdpInterface::getLoginUrl

File

src/Entity/Idp.php, line 142

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

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