@@ -3681,25 +3681,6 @@ The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>
3681
3681
constraint makes HTTP requests to a public API to check if the given password
3682
3682
has been compromised in a data breach.
3683
3683
3684
- static_method
3685
- .............
3686
-
3687
- **type **: ``string | array `` **default **: ``['loadValidatorMetadata'] ``
3688
-
3689
- Defines the name of the static method which is called to load the validation
3690
- metadata of the class. You can define an array of strings with the names of
3691
- several methods. In that case, all of them will be called in that order to load
3692
- the metadata.
3693
-
3694
- translation_domain
3695
- ..................
3696
-
3697
- **type **: ``string | false `` **default **: ``validators ``
3698
-
3699
- The translation domain that is used when translating validation constraint
3700
- error messages. Use false to disable translations.
3701
-
3702
-
3703
3684
.. _reference-validation-not-compromised-password-enabled :
3704
3685
3705
3686
enabled
@@ -3723,6 +3704,24 @@ allows to define a different, but compatible, API endpoint to make the password
3723
3704
checks. It's useful for example when the Symfony application is run in an
3724
3705
intranet without public access to the internet.
3725
3706
3707
+ static_method
3708
+ .............
3709
+
3710
+ **type **: ``string | array `` **default **: ``['loadValidatorMetadata'] ``
3711
+
3712
+ Defines the name of the static method which is called to load the validation
3713
+ metadata of the class. You can define an array of strings with the names of
3714
+ several methods. In that case, all of them will be called in that order to load
3715
+ the metadata.
3716
+
3717
+ translation_domain
3718
+ ..................
3719
+
3720
+ **type **: ``string | false `` **default **: ``validators ``
3721
+
3722
+ The translation domain that is used when translating validation constraint
3723
+ error messages. Use false to disable translations.
3724
+
3726
3725
web_link
3727
3726
~~~~~~~~
3728
3727
0 commit comments