You are here

public function SecretInterface::getKeyId in Lockr 4.x

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

Code

public function getKeyId();