You are here

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\Entity

Code

public function setLabel($label) {
  $this->label = $label;
}