Commit 638063f
minor symfony#9042 add missing twig dump construct (hellomedia, javiereguiluz)
This PR was merged into the 2.8 branch.
Discussion
----------
add missing twig dump construct
added missing {% dump foo %} construct, in addition to {{ dump(foo) }}.
The first one if the only one dumping to the debug toolbar.
NB: copy pasted from the var_dumper component doc : https://symfony.com/doc/2.8/components/var_dumper.html
Commits
-------
6e4f084 Minor reword
af6b4de add missing twig dump construct1 parent ac99784 commit 638063f
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
41 | | - | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
44 | 55 | | |
45 | 56 | | |
46 | 57 | | |
| |||
0 commit comments