We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552e7b4 commit 6ecfd53Copy full SHA for 6ecfd53
validation.rst
@@ -470,8 +470,8 @@ of the form fields::
470
))
471
}
472
473
-The ``constraints`` option is only available when adding the ValidatorExtention
474
-to the formBuilder::
+The ``constraints`` option is only available if the ``ValidatorExtension``
+was enabled through the form factory builder::
475
476
Forms::createFormFactoryBuilder()
477
->addExtension(new ValidatorExtension(Validation::createValidator()))
0 commit comments