public function Secret::setKeyId in Lockr 4.x
Same name and namespace in other branches
- 8.4 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\EntityCode
public function setKeyId($key_id) {
$this->keyId = $key_id;
}