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