Skip to content

Commit

Permalink
Completely re-reading the data transformers chapter:
Browse files Browse the repository at this point in the history
1) Show an easy example using the CallbackTransformer in the beginning
2) Remove complexity related to any factories that were there before
3) Moved theoretical section to the bottom
  • Loading branch information
weaverryan committed Jul 8, 2015
1 parent fea061f commit b48feda
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 255 deletions.
2 changes: 2 additions & 0 deletions book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,8 @@ the choice is ultimately up to you.

$form->get('dueDate')->setData(new \DateTime());

.. _form-as-services:

Defining your Forms as Services
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading

0 comments on commit b48feda

Please sign in to comment.