You are here

public function MatchBase::getEntropy in Password Strength 8.2

Return value

float

File

src/MatchBase.php, line 161

Class

MatchBase

Namespace

Drupal\password_strength

Code

public function getEntropy() {
  return $this->zxcvbn_matcher
    ->getEntropy();
}