public function Idp::setX509_cert in SAML Service Provider 8.2
Overrides IdpInterface::setX509_cert
File
- src/
Entity/ Idp.php, line 96
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function setX509_cert($x509_certs) {
if (isset($x509_certs['actions'])) {
unset($x509_certs['actions']);
}
$this->x509_cert = $x509_certs;
}