You are here

public function IdpInterface::getEntityId in SAML Service Provider 4.x

Same name and namespace in other branches
  1. 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getEntityId()
  2. 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getEntityId()

Returns the entity ID of the IdP server.

Return value

string The IdP server's entity ID.

1 method overrides IdpInterface::getEntityId()
Idp::getEntityId in src/Entity/Idp.php
Returns the entity ID of the IdP server.

File

src/IdpInterface.php, line 34

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function getEntityId();