public function PasswordStrength::__construct in Password Strength 8.2
File
- src/
PasswordStrength.php, line 24
Class
Namespace
Drupal\password_strengthCode
public function __construct() {
$this->searcher = new Searcher();
$this->scorer = new Scorer();
$this->matcher = new Matcher();
}