1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15289] Add twig extension to generate inputs from the template

PHPBB3-15289
This commit is contained in:
Rubén Calvo
2017-07-31 22:58:29 +02:00
parent 9fd8a6ee0f
commit 19b99a0770
5 changed files with 97 additions and 14 deletions

View File

@@ -48,6 +48,12 @@ services:
tags:
- { name: twig.extension }
template.twig.extensions.form:
class: phpbb\template\twig\extension\form
arguments:
tags:
- { name: twig.extension }
template.twig.extensions.debug:
class: Twig_Extension_Debug