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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user