public function IdpInterface::getAppName in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getAppName()
- 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getAppName()
Returns the application name provided to the IdP server.
Return value
string The application name.
1 method overrides IdpInterface::getAppName()
- Idp::getAppName in src/
Entity/ Idp.php - Returns the application name provided to the IdP server.
File
- src/
IdpInterface.php, line 18
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function getAppName();