Summary
- File
- Package hierarchy field\constraint
- Class hierarchy \AbstractFormFieldConstraint \FormFieldConstraintRegex \FormFieldConstraintPasswordStrength
__construct( $error_message = '')
$error_message |
None found |
validate(\FormField $field)
\FormField | $field |
None found |
get_js_validation(\FormField $field)
\FormField | $field |
None found |
get_validation_error_message()
None found |
set_validation_error_message( $error_message)
$error_message |
None found |
get_password_medium_strength_regex()
None found |
get_password_strong_strength_regex()
None found |
get_password_very_strong_strength_regex()
None found |
parse_js_regex( $regex)
$regex |
None found |
$error_message :
None found |
$php_regex :
None found |
$js_regex :
None found |
$js_options :
None found |
$validation_error_message :
None found |
$weak_strength_regex :
None found |
$medium_strength_regex :
None found |
$strong_strength_regex :
None found |
$very_strong_strength_regex :
None found |