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