You are here

public function Idp::setId in SAML Service Provider 8.2

Overrides IdpInterface::setId

File

src/Entity/Idp.php, line 60

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

public function setId($id) {
  $this->id = $id;
}