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\EntityCode
public function entity_id() {
return $this->entity_id;
}