public function Idp::setEntityId in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::setEntityId()
- 3.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::setEntityId()
Sets the entity ID of the IdP server.
Parameters
string $entity_id: The IdP server's entity ID.
Overrides IdpInterface::setEntityId
File
- src/
Entity/ Idp.php, line 190
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function setEntityId($entity_id) {
$this->entity_id = $entity_id;
}