public function Secret::getKeyId in Lockr 4.x
Same name and namespace in other branches
- 8.4 src/Entity/Secret.php \Drupal\lockr\Entity\Secret::getKeyId()
Gets the ID of the key associated with this secret.
Overrides SecretInterface::getKeyId
File
- src/
Entity/ Secret.php, line 54
Class
- Secret
- Defines the Secret entity.
Namespace
Drupal\lockr\EntityCode
public function getKeyId() {
return $this->keyId;
}