public function IdpInterface::getLoginUrl in SAML Service Provider 4.x
Same name and namespace in other branches
- 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getLoginUrl()
- 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_spCode
public function getLoginUrl();