8000
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 5c30db4 commit 20e862bCopy full SHA for 20e862b
cookbook/form/data_transformers.rst
@@ -100,8 +100,8 @@ in your code.
100
:class:`Symfony\\Component\\Form\\DataTransformerInterface` - so you can create
101
your own classes, instead of putting all the logic in the form (see the next section).
102
103
-Harder Examle: Transforming an Issue Number into an Issue Entity
104
-----------------------------------------------------------------
+Harder Example: Transforming an Issue Number into an Issue Entity
+-----------------------------------------------------------------
105
106
Say you have a many-to-one relation from the Task entity to an Issue entity (i.e. each
107
Task has an optional foreign key to its related Issue). Adding a listbox with all
0 commit comments