public function PasswordConstraintInterface::getSummary in Password Policy 8.3
Returns a human-readable summary of the constraint.
Return value
string Summary of the constraint behaviors or restriction.
6 methods override PasswordConstraintInterface::getSummary()
- CharacterTypes::getSummary in password_policy_character_types/
src/ Plugin/ PasswordConstraint/ CharacterTypes.php - Returns a human-readable summary of the constraint.
- ConsecutiveCharacters::getSummary in password_policy_consecutive/
src/ Plugin/ PasswordConstraint/ ConsecutiveCharacters.php - Returns a human-readable summary of the constraint.
- PasswordCharacter::getSummary in password_policy_characters/
src/ Plugin/ PasswordConstraint/ PasswordCharacter.php - Returns a human-readable summary of the constraint.
- PasswordHistory::getSummary in password_policy_history/
src/ Plugin/ PasswordConstraint/ PasswordHistory.php - Returns a human-readable summary of the constraint.
- PasswordLength::getSummary in password_policy_length/
src/ Plugin/ PasswordConstraint/ PasswordLength.php - Returns a human-readable summary of the constraint.
File
- src/
PasswordConstraintInterface.php, line 58
Class
- PasswordConstraintInterface
- An interface to define the expected operations of a password constraint.
Namespace
Drupal\password_policyCode
public function getSummary();