public function IdpInterface::setAppName in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setAppName()
- 3.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_spCode
public function setAppName($app_name);