public function SecretInterface::setKeyId in Lockr 8.4
Same name and namespace in other branches
- 4.x src/SecretInterface.php \Drupal\lockr\SecretInterface::setKeyId()
Sets the key ID for this secret.
1 method overrides SecretInterface::setKeyId()
- Secret::setKeyId in src/
Entity/ Secret.php - Sets the key ID for this secret.
File
- src/
SecretInterface.php, line 19
Class
- SecretInterface
- Secrets represent metadata about secrets stored in Lockr.
Namespace
Drupal\lockrCode
public function setKeyId($key_id);