aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_help.yml
blob: 8b9d497945aa5b7f33ee41834aebbfa55cbb2827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
services:
    phpbb.help.manager:
        class: phpbb\help\manager
        arguments:
            - @dispatcher
            - @language
            - @template

    phpbb.help.controller.bbcode:
        class: phpbb\help\controller\bbcode
        arguments:
            - @controller.helper
            - @phpbb.help.manager
            - @template
            - @language
            - %core.root_path%
            - %core.php_ext%

    phpbb.help.controller.faq:
        class: phpbb\help\controller\faq
        arguments:
            - @controller.helper
            - @phpbb.help.manager
            - @template
            - @language
            - %core.root_path%
            - %core.php_ext%