You are here

function And_Constraint::getDescription in Password Policy 5

Overrides Constraint::getDescription

File

constraints/constraint_and.php, line 24

Class

And_Constraint

Code

function getDescription() {
  return $this
    ->getValidationErrorMessage();
}