8000
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 8fe9069 commit a5addaaCopy full SHA for a5addaa
reference/twig_reference.rst
@@ -358,6 +358,9 @@ information in :ref:`book-templating-pages`.
358
absolute_url
359
~~~~~~~~~~~~
360
361
+.. versionadded:: 2.6
362
+ The ``absolute_url`` function was introduced in Symfony 2.7
363
+
364
.. code-block:: jinja
365
366
{{ absolute_url(path) }}
@@ -375,6 +378,9 @@ an existing path:
375
378
relative_path
376
379
~~~~~~~~~~~~~
377
380
381
382
+ The ``relative_path`` function was introduced in Symfony 2.7
383
384
385
386
{{ relative_path(path) }}
0 commit comments