twig symfony get route

Solutions on MaxInterview for twig symfony get route by the best coders in the world

showing results for - "twig symfony get route"
Roberto
16 Mar 2016
1{% set current_path = app.request.get('_route') %}
2{{ current_path }}