You are here

public function SecretInterface::setInfo in Lockr 4.x

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

Code

public function setInfo(array $info);