public function Idp::getEntityId in SAML Service Provider 4.x
Same name and namespace in other branches
- 8.3 src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getEntityId()
- 3.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\EntityCode
public function getEntityId() {
return $this->entity_id;
}