aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:54:29 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:54:29 +0100
commit7ffb1e80bff2c54fe3fe4343484d377eda660c3f (patch)
tree87e62dd7ef22a419235a2980e5a64f1c862d66e8 /src/Wallabag/CoreBundle/Resources/config/services.yml
parent5078e8360a69faef6a8a5fa1646cb3a15f0e78b0 (diff)
downloadwallabag-7ffb1e80bff2c54fe3fe4343484d377eda660c3f.tar.gz
wallabag-7ffb1e80bff2c54fe3fe4343484d377eda660c3f.tar.zst
wallabag-7ffb1e80bff2c54fe3fe4343484d377eda660c3f.zip
replace services.xml into services.yml
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config/services.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml
new file mode 100644
index 00000000..b066c1a3
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/config/services.yml
@@ -0,0 +1,15 @@
1services:
2 wallabag_core.twig.wallabag:
3 class: Wallabag\CoreBundle\Twig\Extension\WallabagExtension
4 tags:
5 - { name: twig.extension }
6 wsse.security.authentication.provider:
7 class: Wallabag\CoreBundle\Security\Authentication\Provider\WsseProvider
8 public: false
9 arguments: ['', '%kernel.cache_dir%/security/nonces']
10 wsse.security.authentication.listener:
11 class: Wallabag\CoreBundle\Security\Firewall\WsseListener
12 public: false
13 tags:
14 - { name: monolog.logger, channel: wsse }
15 arguments: ['@security.context', '@security.authentication.manager', '@logger']