public function IdpInterface::setLogoutUrl in SAML Service Provider 4.x
Same name and namespace in other branches
- 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setLogoutUrl()
- 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setLogoutUrl()
Sets the IdP server's logout URL.
Parameters
string $logout_url: The logout URL.
1 method overrides IdpInterface::setLogoutUrl()
- Idp::setLogoutUrl in src/
Entity/ Idp.php - Sets the IdP server's logout URL.
File
- src/
IdpInterface.php, line 106
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function setLogoutUrl($logout_url);