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