public function SecretInterface::setInfo in Lockr 4.x
Same name and namespace in other branches
- 8.4 src/SecretInterface.php \Drupal\lockr\SecretInterface::setInfo()
Sets the info for this secret.
1 method overrides SecretInterface::setInfo()
- Secret::setInfo in src/
Entity/ Secret.php - Sets the info for this secret.
File
- src/
SecretInterface.php, line 29
Class
- SecretInterface
- Secrets represent metadata about secrets stored in Lockr.
Namespace
Drupal\lockrCode
public function setInfo(array $info);