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