You are here

public function SecretInfo::getAllSecretInfo in Lockr 8.3

Same name and namespace in other branches
  1. 8.4 src/SecretInfo.php \Drupal\lockr\SecretInfo::getAllSecretInfo()
  2. 4.x src/SecretInfo.php \Drupal\lockr\SecretInfo::getAllSecretInfo()

File

src/SecretInfo.php, line 75

Class

SecretInfo
SecretInfo implements secret info for Lockr secrets.

Namespace

Drupal\lockr

Code

public function getAllSecretInfo() {
  $config = $this->configFactory
    ->get('lockr.secret_info');
  return $config
    ->get();
}