public function Idp::nameid_field in SAML Service Provider 8.2
Overrides IdpInterface::nameid_field
File
- src/
Entity/ Idp.php, line 75
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function nameid_field() {
return $this->nameid_field;
}