You are here

public function Idp::login_url in SAML Service Provider 8.2

Overrides IdpInterface::login_url

File

src/Entity/Idp.php, line 81

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

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