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