You are here

public function PasswordStrength::__construct in Password Strength 8.2

File

src/PasswordStrength.php, line 24

Class

PasswordStrength

Namespace

Drupal\password_strength

Code

public function __construct() {
  $this->searcher = new Searcher();
  $this->scorer = new Scorer();
  $this->matcher = new Matcher();
}