1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/13063] Adds Twig routing extension

PHPBB3-13063
This commit is contained in:
Tristan Darricau
2014-10-03 22:39:18 +02:00
parent a5bfc76a73
commit f81d8c53fc
4 changed files with 208 additions and 11 deletions

View File

@@ -34,3 +34,10 @@ services:
- @user
tags:
- { name: twig.extension }
template.twig.extensions.routing:
class: Symfony\Bridge\Twig\Extension\RoutingExtension
arguments:
- @router
tags:
- { name: twig.extension }