public function Idp::getAppName in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getAppName()
- 3.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getAppName()
Returns the application name provided to the IdP server.
Return value
string The application name.
Overrides IdpInterface::getAppName
File
- src/
Entity/ Idp.php, line 121
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function getAppName() {
return $this->app_name;
}