public function IdpInterface::setEntityId in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setEntityId()
- 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setEntityId()
Sets the entity ID of the IdP server.
Parameters
string $entity_id: The IdP server's entity ID.
1 method overrides IdpInterface::setEntityId()
- Idp::setEntityId in src/
Entity/ Idp.php - Sets the entity ID of the IdP server.
File
- src/
IdpInterface.php, line 90
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function setEntityId($entity_id);