You are here

public function Idp::getAppName in SAML Service Provider 3.x

Same name and namespace in other branches
  1. 8.3 src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getAppName()
  2. 4.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\Entity

Code

public function getAppName() {
  return $this->app_name;
}