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 41bb907 commit 28d7f89Copy full SHA for 28d7f89
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