File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ Filters
134
134
Tags
135
135
----
136
136
137
- .. versionadded :: 2.3
138
- The stopwatch tag was added in Symfony 2.3
137
+ .. versionadded :: 2.4
138
+ The stopwatch tag was added in Symfony 2.4.
139
139
140
140
+---------------------------------------------------+--------------------------------------------------------------------+
141
141
| Tag Syntax | Usage |
153
153
| ``{% trans_default_domain language %} `` | This will set the default domain for message catalogues in the |
154
154
| | current template |
155
155
+---------------------------------------------------+--------------------------------------------------------------------+
156
- | ``{% stopwatch name %}...{% endstopwatch %} `` | This will time the run time of the code inside it and put that on |
157
- | | the timeline of the WebDeveloperBundle. |
156
+ | ``{% stopwatch ' name' %}...{% endstopwatch %} `` | This will time the run time of the code inside it and put that on |
157
+ | | the timeline of the WebProfilerBundle. |
158
158
+---------------------------------------------------+--------------------------------------------------------------------+
159
159
160
160
Tests
You can’t perform that action at this time.
0 commit comments