You are here

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

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

Code

public function setEntityId($entity_id);