8000 Completely re-reading the data transformers chapter by weaverryan · Pull Request #5456 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Completely re-reading the data transformers chapter #5456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 8, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed typo thanks to @OskarStark
  • Loading branch information
weaverryan committed Jul 8, 2015
commit 28d7f89a8341380257c2c582267a3ec86fcd7c64
4 changes: 2 additions & 2 deletions cookbook/form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ in your code.
:class:`Symfony\\Component\\Form\\DataTransformerInterface` - so you can create
your own classes, instead of putting all the logic in the form (see the next section).

Harder Examle: Transforming an Issue Number into an Issue Entity
----------------------------------------------------------------
Harder Example: Transforming an Issue Number into an Issue Entity
-----------------------------------------------------------------

Say you have a many-to-one relation from the Task entity to an Issue entity (i.e. each
Task has an optional foreign key to its related Issue). Adding a listbox with all
Expand Down
0