You are here

public function Secret::getInfo in Lockr 8.4

Same name and namespace in other branches
  1. 4.x src/Entity/Secret.php \Drupal\lockr\Entity\Secret::getInfo()

Gets the info for this secret.

Overrides SecretInterface::getInfo

File

src/Entity/Secret.php, line 68

Class

Secret
Defines the Secret entity.

Namespace

Drupal\lockr\Entity

Code

public function getInfo() {
  return $this->info;
}