@@ -3830,25 +3830,6 @@ The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>
38303830constraint makes HTTP requests to a public API to check if the given password
38313831has been compromised in a data breach.
38323832
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-
38523833.. _reference-validation-not-compromised-password-enabled :
38533834
38543835enabled
@@ -3872,6 +3853,24 @@ allows to define a different, but compatible, API endpoint to make the password
38723853checks. It's useful for example when the Symfony application is run in an
38733854intranet without public access to the internet.
38743855
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+
38753874web_link
38763875~~~~~~~~
38773876
0 commit comments