You are here

public function Idp::app_name in SAML Service Provider 8.2

Overrides IdpInterface::app_name

File

src/Entity/Idp.php, line 69

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

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