Skip to content

Commit 3cd4489

Browse files
committed
minor #18238 Adding link to main forms article (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Adding link to main forms article Page: https://symfony.com/doc/5.4/form/without_class.html Commits ------- 35cf2b7 Adding link to main forms article
2 parents 1436b8b + 35cf2b7 commit 3cd4489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/without_class.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ How to Use a Form without a Data Class
22
======================================
33

44
In most cases, a form is tied to an object, and the fields of the form get
5-
and store their data on the properties of that object. This is exactly what
6-
you've seen so far in this article with the ``Task`` class.
5+
and store their data on the properties of that object. This is what
6+
:doc:`the main article on forms </forms>` is about.
77

88
But sometimes, you may want to use a form without a class, and get back an
99
array of the submitted data. The ``getData()`` method allows you to do

0 commit comments

Comments
 (0)