You are here

function Letter_Constraint::getDescription in Password Policy 5

Overrides Character_Constraint::getDescription

2 methods override Letter_Constraint::getDescription()
Lowercase_Constraint::getDescription in constraints/constraint_lowercase.php
Uppercase_Constraint::getDescription in constraints/constraint_uppercase.php

File

constraints/constraint_letter.php, line 12

Class

Letter_Constraint

Code

function getDescription() {
  return t('Password must contain the specified minimum number of letters.');
}