You are here

public function SecretInterface::getInfo in Lockr 8.4

Same name and namespace in other branches
  1. 4.x src/SecretInterface.php \Drupal\lockr\SecretInterface::getInfo()

Gets the info for this secret.

1 method overrides SecretInterface::getInfo()
Secret::getInfo in src/Entity/Secret.php
Gets the info for this secret.

File

src/SecretInterface.php, line 24

Class

SecretInterface
Secrets represent metadata about secrets stored in Lockr.

Namespace

Drupal\lockr

Code

public function getInfo();