public function Secret::setInfo in Lockr 4.x
Same name and namespace in other branches
- 8.4 src/Entity/Secret.php \Drupal\lockr\Entity\Secret::setInfo()
Sets the info for this secret.
Overrides SecretInterface::setInfo
File
- src/
Entity/ Secret.php, line 75
Class
- Secret
- Defines the Secret entity.
Namespace
Drupal\lockr\EntityCode
public function setInfo(array $info) {
$this->info = $info;
}