@@ -3825,25 +3825,6 @@ The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>
38253825constraint makes HTTP requests to a public API to check if the given password
38263826has been compromised in a data breach.
38273827
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-
38473828.. _reference-validation-not-compromised-password-enabled :
38483829
38493830enabled
@@ -3867,6 +3848,24 @@ allows to define a different, but compatible, API endpoint to make the password
38673848checks. It's useful for example when the Symfony application is run in an
38683849intranet without public access to the internet.
38693850
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+
38703869web_link
38713870~~~~~~~~
38723871
0 commit comments