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

[ticket/15538] Split macros and add docblocks

PHPBB3-15538
This commit is contained in:
mrgoldy
2019-09-30 17:26:46 +02:00
committed by Marc Alexander
parent a10087a717
commit 971b905569
5 changed files with 280 additions and 117 deletions

View File

@@ -57,11 +57,18 @@ services:
template.twig.extensions.icon:
class: phpbb\template\twig\extension\icon
arguments:
- '@template.twig.environment'
- '@user'
tags:
- { name: twig.extension }
template.twig.extensions.implode:
class: phpbb\template\twig\extension\implode
template.twig.extensions.macro:
class: phpbb\template\twig\extension\macro
arguments:
- '@template.twig.environment'
template.twig.extensions.routing:
class: phpbb\template\twig\extension\routing
arguments: