Skip to content

Commit

Permalink
Merge branch '2.8'
Browse files Browse the repository at this point in the history
* 2.8:
  [#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 6cc3445 + 654b36c commit 3244eed
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
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

0 comments on commit 3244eed

Please sign in to comment.