You are here

public function IdpInterface::setLoginUrl in SAML Service Provider 4.x

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

Sets the IdP server's login URL.

Parameters

string $login_url: The login URL.

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

File

src/IdpInterface.php, line 98

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function setLoginUrl($login_url);