You are here

public function Secret::getKeyId in Lockr 8.4

Same name and namespace in other branches
  1. 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\Entity

Code

public function getKeyId() {
  return $this->keyId;
}