]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/config/services.yml
Merge pull request #1422 from wallabag/v2-ebook
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / config / services.yml
1 services:
2 wallabag_core.helper.detect_active_theme:
3 class: Wallabag\CoreBundle\Helper\DetectActiveTheme
4 arguments:
5 - @security.token_storage
6 - %theme% # default theme from parameters.yml
7
8 # custom form type
9 wallabag_core.form.type.config:
10 class: Wallabag\CoreBundle\Form\Type\ConfigType
11 arguments:
12 - %liip_theme.themes%
13 - %wallabag_core.languages%
14 tags:
15 - { name: form.type, alias: config }
16
17 wallabag_core.form.registration:
18 class: Wallabag\CoreBundle\Form\Type\RegistrationType
19 tags:
20 - { name: form.type, alias: wallabag_user_registration }
21
22 wallabag_core.form.type.forgot_password:
23 class: Wallabag\CoreBundle\Form\Type\ForgotPasswordType
24 arguments:
25 - @doctrine
26 tags:
27 - { name: form.type, alias: forgot_password }
28
29 wallabag_core.param_converter.username_rsstoken_converter:
30 class: Wallabag\CoreBundle\ParamConverter\UsernameRssTokenConverter
31 tags:
32 - { name: request.param_converter, converter: username_rsstoken_converter }
33 arguments:
34 - @doctrine
35
36 wallabag_core.table_prefix_subscriber:
37 class: Wallabag\CoreBundle\Subscriber\TablePrefixSubscriber
38 arguments:
39 - %database_table_prefix%
40 tags:
41 - { name: doctrine.event_subscriber }
42
43 wallabag_core.graby:
44 class: Graby\Graby
45 arguments:
46 - { error_message: false }
47 calls:
48 - [ setLogger, [ @logger ] ]
49 tags:
50 - { name: monolog.logger, channel: graby }
51
52 wallabag_core.content_proxy:
53 class: Wallabag\CoreBundle\Helper\ContentProxy
54 arguments:
55 - @wallabag_core.graby
56
57 wallabag_core.registration_confirmed:
58 class: Wallabag\CoreBundle\EventListener\RegistrationConfirmedListener
59 arguments:
60 - @doctrine.orm.entity_manager
61 - %theme%
62 - %items_on_page%
63 - %rss_limit%
64 - %language%
65 tags:
66 - { name: kernel.event_subscriber }
67
68 wallabag_core.helper.entries_export:
69 class: Wallabag\CoreBundle\Helper\EntriesExport
70 arguments:
71 - %wallabag_url%
72 - src/Wallabag/CoreBundle/Resources/views/themes/_global/public/img/appicon/apple-touch-icon-152.png