File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -267,14 +267,8 @@ possible paths:
267
267
recognizes this and immediately writes the submitted data back into the
268
268
``task `` and ``dueDate `` properties of the ``$task `` object. Then this object
269
269
is validated. If it is invalid (validation is covered in the next section),
270
- :method: `Symfony\\ Component\\ Form\\ FormInterface::isValid ` returns ``false ``
271
- again, so the form is rendered together with all validation errors;
272
-
273
- .. note ::
274
-
275
- You can use the method :method: `Symfony\\ Component\\ Form\\ FormInterface::isSubmitted `
276
- to check whether a form was submitted, regardless of whether or not the
277
- submitted data is actually valid.
270
+ :method: `Symfony\\ Component\\ Form\\ FormInterface::isValid ` returns
271
+ ``false ``, so the form is rendered together with all validation errors;
278
272
279
273
#. When the user submits the form with valid data, the submitted data is again
280
274
written into the form, but this time :method: `Symfony\\ Component\\ Form\\ FormInterface::isValid `
You can’t perform that action at this time.
0 commit comments