Commit f23f1589 authored by Grégoire Pineau's avatar Grégoire Pineau

[Doc] Added more sample to url_url_generator provider

fixed #508
parent fc82b425
......@@ -61,6 +61,8 @@ Moreover, if you use Twig, you will have access to the ``path()`` and
{{ path('homepage') }}
{{ url('homepage') }} {# generates the absolute url http://example.org/ #}
{{ path('hello', {name: 'Fabien'}) }}
{{ url('hello', {name: 'Fabien'}) }} {# generates the absolute url http://example.org/hello/Fabien #}
Traits
------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment