You are here

public function Idp::getEntityId 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::getEntityId()
  2. 4.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getEntityId()

Returns the entity ID of the IdP server.

Return value

string The IdP server's entity ID.

Overrides IdpInterface::getEntityId

File

src/Entity/Idp.php, line 135

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

public function getEntityId() {
  return $this->entity_id;
}