public function Idp::setLogin_url in SAML Service Provider 8.2
Overrides IdpInterface::setLogin_url
File
- src/
Entity/ Idp.php, line 84
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function setLogin_url($login_url) {
$this->login_url = $login_url;
}