Skip to content

Commit

Permalink
Merge branch '2.7' into 2.8
Browse files Browse the repository at this point in the history
* 2.7:
  [#5456] Updating for Symfony 2.7
  Adding an example of how the other format for attaching transformers looks
  fixed typo thanks to @OskarStark
  adding use statement
  using the aliases entity manager service name
  Many tweaks thanks to review
  Completely re-reading the data transformers chapter:
  • Loading branch information
weaverryan committed Jul 8, 2015
2 parents 2f65bf2 + c8f4844 commit 654b36c
Show file tree
Hide file tree
Showing 2 changed files with 286 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 @@ -1145,6 +1145,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 654b36c

Please sign in to comment.