You are here

public function SecretInfoInterface::getSecretInfo in Lockr 7.3

Gets secret info for a secret by name.

Parameters

string $name:

Return value

array

1 method overrides SecretInfoInterface::getSecretInfo()
LockrDrupal7SecretInfo::getSecretInfo in ./lockr.secret_info.inc
Gets secret info for a secret by name.

File

vendor/lockr/lockr/src/SecretInfoInterface.php, line 13

Class

SecretInfoInterface

Namespace

Lockr

Code

public function getSecretInfo($name);