You are here

public function Secret::setKeyId in Lockr 8.4

Same name and namespace in other branches
  1. 4.x src/Entity/Secret.php \Drupal\lockr\Entity\Secret::setKeyId()

Sets the key ID for this secret.

Overrides SecretInterface::setKeyId

File

src/Entity/Secret.php, line 61

Class

Secret
Defines the Secret entity.

Namespace

Drupal\lockr\Entity

Code

public function setKeyId($key_id) {
  $this->keyId = $key_id;
}