File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ Configuration
188188
189189 * :ref: `paths <reference-validation-mapping-paths >`
190190
191+ * `static_method `_
191192 * `strict_email `_
192193 * `translation_domain `_
193194
@@ -1735,6 +1736,16 @@ translation_domain
17351736The translation domain that is used when translating validation constraint
17361737error messages.
17371738
1739+ static_method
1740+ .............
1741+
1742+ **type **: ``string | array `` **default **: ``['loadValidatorMetadata'] ``
1743+
1744+ Defines the name of the static method which is called to load the validation
1745+ metadata of the class. You can define an array of strings with the names of
1746+ several methods. In that case, all of them will be called in that order to load
1747+ the metadata.
1748+
17381749strict_email
17391750............
17401751
You can’t perform that action at this time.
0 commit comments