@@ -3681,25 +3681,6 @@ The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>
36813681constraint makes HTTP requests to a public API to check if the given password
36823682has been compromised in a data breach.
36833683
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-
37033684.. _reference-validation-not-compromised-password-enabled :
37043685
37053686enabled
@@ -3723,6 +3704,24 @@ allows to define a different, but compatible, API endpoint to make the password
37233704checks. It's useful for example when the Symfony application is run in an
37243705intranet without public access to the internet.
37253706
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+
37263725web_link
37273726~~~~~~~~
37283727
0 commit comments