You are here

public function Idp::setEntityId in SAML Service Provider 3.x

Same name and namespace in other branches
  1. 8.3 src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::setEntityId()
  2. 4.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\Entity

Code

public function setEntityId($entity_id) {
  $this->entity_id = $entity_id;
}