Skip to content

Commit 3244eed

Browse files
committed
Merge branch '2.8'
* 2.8: [symfony#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:
2 parents 6cc3445 + 654b36c commit 3244eed

File tree

2 files changed

+286
-255
lines changed

2 files changed

+286
-255
lines changed

book/forms.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,8 @@ the choice is ultimately up to you.
11451145

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

1148+
.. _form-as-services:
1149+
11481150
Defining your Forms as Services
11491151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11501152

0 commit comments

Comments
 (0)