]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/config/services.yml
Merge pull request #1110 from wallabag/v2-api-hypermedia
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / config / services.yml
CommitLineData
7ffb1e80 1services:
32da2a70 2 wallabag_core.twig.extension:
7ffb1e80
NL
3 class: Wallabag\CoreBundle\Twig\Extension\WallabagExtension
4 tags:
5 - { name: twig.extension }
32da2a70 6
7ffb1e80
NL
7 wsse.security.authentication.provider:
8 class: Wallabag\CoreBundle\Security\Authentication\Provider\WsseProvider
9 public: false
10 arguments: ['', '%kernel.cache_dir%/security/nonces']
32da2a70 11
7ffb1e80
NL
12 wsse.security.authentication.listener:
13 class: Wallabag\CoreBundle\Security\Firewall\WsseListener
14 public: false
15 tags:
16 - { name: monolog.logger, channel: wsse }
17 arguments: ['@security.context', '@security.authentication.manager', '@logger']
32da2a70
J
18
19 wallabag_core.helper.detect_active_theme:
20 class: Wallabag\CoreBundle\Helper\DetectActiveTheme
21 arguments:
22 - @security.context
495aecfe 23 - %theme% # default theme from parameters.yml
32da2a70
J
24
25 wallabag_core.form.type.config:
26 class: Wallabag\CoreBundle\Form\Type\ConfigType
27 arguments:
28 - %liip_theme.themes%
29 tags:
30 - { name: form.type, alias: config }