File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ compatibility reasons.
121
121
Time-sensitive Tests
122
122
---------------------
123
123
124
- .. versionadded :: 2.8
125
- Support for clock mocking was introduced in Symfony 2.8.
126
-
127
124
Use Case
128
125
~~~~~~~~
129
126
Original file line number Diff line number Diff line change @@ -205,9 +205,6 @@ return a ``QueryBuilder``.
205
205
If you'd like to display an empty list of entries, you can return ``null `` in
206
206
the Closure.
207
207
208
- .. versionadded :: 2.8
209
- Returning ``null `` in the Closure was introduced in Symfony 2.8.
210
-
211
208
Overridden Options
212
209
------------------
213
210
Original file line number Diff line number Diff line change @@ -345,9 +345,6 @@ information in :ref:`book-templating-pages`.
345
345
absolute_url
346
346
~~~~~~~~~~~~
347
347
348
- .. versionadded :: 2.7
349
- The ``absolute_url() `` function was introduced in Symfony 2.7.
350
-
351
348
.. code-block :: jinja
352
349
353
350
{{ absolute_url(path) }}
@@ -370,9 +367,6 @@ you're on the following page in your app:
370
367
relative_path
371
368
~~~~~~~~~~~~~
372
369
373
- .. versionadded :: 2.7
374
- The ``relative_path() `` function was introduced in Symfony 2.7.
375
-
376
370
.. code-block :: jinja
377
371
378
372
{{ relative_path(path) }}
You can’t perform that action at this time.
0 commit comments