public function Secret::getKeyId in Lockr 8.4
Same name and namespace in other branches
- 4.x 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;
}