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
188
188
189
189
* :ref: `paths <reference-validation-mapping-paths >`
190
190
191
+ * `static_method `_
191
192
* `strict_email `_
192
193
* `translation_domain `_
193
194
@@ -1735,6 +1736,16 @@ translation_domain
1735
1736
The translation domain that is used when translating validation constraint
1736
1737
error messages.
1737
1738
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
+
1738
1749
strict_email
1739
1750
............
1740
1751
You can’t perform that action at this time.
0 commit comments