You are here

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

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

Code

public function getAppName();