File tree 2 files changed +2
-2
lines changed
reference/forms/types/options
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ To suppress form validation you can use the ``POST_SUBMIT`` event and prevent
713
713
the :class: `Symfony\\ Component\\ Form\\ Extension\\ Validator\\ EventListener\\ ValidationListener `
714
714
from being called.
715
715
716
- The reason for needing to do this is that even if you set ``group_validation ``
716
+ The reason for needing to do this is that even if you set ``validation_groups ``
717
717
to ``false `` there are still some integrity checks executed. For example
718
718
an uploaded file will still be checked to see if it is too large and the form
719
719
will still check to see if non-existing fields were submitted. To disable
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ the data from ``CategoryType`` to also be validated.
13
13
Instead of using this option, it is recommended that you use the ``Valid``
14
14
constraint in your model to force validation on a child object stored
15
15
on a property. This cascades only the validation but not the use of
16
- the ``validation_group `` option on child forms. You can read more
16
+ the ``validation_groups `` option on child forms. You can read more
17
17
about this in the section about
18
18
:ref:`Embedding a Single Object <forms-embedding-single-object>`.
19
19
You can’t perform that action at this time.
0 commit comments