We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684b47e commit 71b8c61Copy full SHA for 71b8c61
reference/twig_reference.rst
@@ -361,6 +361,9 @@ information in :ref:`book-templating-pages`.
361
absolute_url
362
~~~~~~~~~~~~
363
364
+.. versionadded:: 2.6
365
+ The ``absolute_url`` function was introduced in Symfony 2.7
366
+
367
.. code-block:: jinja
368
369
{{ absolute_url(path) }}
@@ -378,6 +381,9 @@ an existing path:
378
381
relative_path
379
382
~~~~~~~~~~~~~
380
383
384
385
+ The ``relative_path`` function was introduced in Symfony 2.7
386
387
388
389
{{ relative_path(path) }}
0 commit comments