You are here

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

Same name and namespace in other branches
  1. 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setAppName()
  2. 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setAppName()

Sets the application name.

Parameters

string $app_name: The application name.

1 method overrides IdpInterface::setAppName()
Idp::setAppName in src/Entity/Idp.php
Sets the application name.

File

src/IdpInterface.php, line 74

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function setAppName($app_name);