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
Namespace
LockrCode
public function getSecretInfo($name);