You are here

public function Idp::entity_id in SAML Service Provider 8.2

Overrides IdpInterface::entity_id

File

src/Entity/Idp.php, line 63

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

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