@@ -134,9 +134,6 @@ Filters
134
134
Tags
135
135
----
136
136
137
- ..versionadded ::2.3
138
- The stopwatch tag was added in Symfony 2.3
139
-
140
137
+---------------------------------------------------+--------------------------------------------------------------------+
141
138
| Tag Syntax| Usage|
142
139
+===================================================+====================================================================+
153
150
| ``{% trans_default_domain language %} ``| This will set the default domain for message catalogues in the|
154
151
| | current template|
155
152
+---------------------------------------------------+--------------------------------------------------------------------+
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.|
158
- +---------------------------------------------------+--------------------------------------------------------------------+
159
153
160
154
Tests
161
155
-----