@@ -3830,25 +3830,6 @@ The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>
3830
3830
constraint makes HTTP requests to a public API to check if the given password
3831
3831
has been compromised in a data breach.
3832
3832
3833
- static_method
3834
- .............
3835
-
3836
- **type **: ``string | array `` **default **: ``['loadValidatorMetadata'] ``
3837
-
3838
- Defines the name of the static method which is called to load the validation
3839
- metadata of the class. You can define an array of strings with the names of
3840
- several methods. In that case, all of them will be called in that order to load
3841
- the metadata.
3842
-
3843
- translation_domain
3844
- ..................
3845
-
3846
- **type **: ``string | false `` **default **: ``validators ``
3847
-
3848
- The translation domain that is used when translating validation constraint
3849
- error messages. Use false to disable translations.
3850
-
3851
-
3852
3833
.. _reference-validation-not-compromised-password-enabled :
3853
3834
3854
3835
enabled
@@ -3872,6 +3853,24 @@ allows to define a different, but compatible, API endpoint to make the password
3872
3853
checks. It's useful for example when the Symfony application is run in an
3873
3854
intranet without public access to the internet.
3874
3855
3856
+ static_method
3857
+ .............
3858
+
3859
+ **type **: ``string | array `` **default **: ``['loadValidatorMetadata'] ``
3860
+
3861
+ Defines the name of the static method which is called to load the validation
3862
+ metadata of the class. You can define an array of strings with the names of
3863
+ several methods. In that case, all of them will be called in that order to load
3864
+ the metadata.
3865
+
3866
+ translation_domain
3867
+ ..................
3868
+
3869
+ **type **: ``string | false `` **default **: ``validators ``
3870
+
3871
+ The translation domain that is used when translating validation constraint
3872
+ error messages. Use false to disable translations.
3873
+
3875
3874
web_link
3876
3875
~~~~~~~~
3877
3876
0 commit comments