]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/config/services.yml
Errors in the automatic tagging do not prevent the entry from being added
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / config / services.yml
CommitLineData
7ffb1e80 1services:
32da2a70
J
2 wallabag_core.helper.detect_active_theme:
3 class: Wallabag\CoreBundle\Helper\DetectActiveTheme
4 arguments:
18f8f32f 5 - @security.token_storage
495aecfe 6 - %theme% # default theme from parameters.yml
32da2a70 7
6894d48e 8 # custom form type
32da2a70
J
9 wallabag_core.form.type.config:
10 class: Wallabag\CoreBundle\Form\Type\ConfigType
11 arguments:
12 - %liip_theme.themes%
c89d35e8 13 - %wallabag_core.languages%
32da2a70
J
14 tags:
15 - { name: form.type, alias: config }
6894d48e 16
fcb1fba5
NL
17 wallabag_core.form.registration:
18 class: Wallabag\CoreBundle\Form\Type\RegistrationType
19 tags:
20 - { name: form.type, alias: wallabag_user_registration }
21
6894d48e
J
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 }
0c83fd59
J
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
164bd801 35
bd0f3d32
JB
36 wallabag_core.table_prefix_subscriber:
37 class: Wallabag\CoreBundle\Subscriber\TablePrefixSubscriber
772d8c4b
JB
38 arguments:
39 - %database_table_prefix%
bd0f3d32
JB
40 tags:
41 - { name: doctrine.event_subscriber }
fad31615
JB
42
43 wallabag_core.graby:
44 class: Graby\Graby
558d9aab
JB
45 arguments:
46 - { error_message: false }
c929c88f
JB
47 calls:
48 - [ setLogger, [ @logger ] ]
49 tags:
50 - { name: monolog.logger, channel: graby }
558d9aab
JB
51
52 wallabag_core.content_proxy:
53 class: Wallabag\CoreBundle\Helper\ContentProxy
54 arguments:
55 - @wallabag_core.graby
c3510620 56 - @wallabag_core.rule_based_tagger
1c9cd2a7 57 - @logger
c3510620
KG
58
59 wallabag_core.rule_based_tagger:
60 class: Wallabag\CoreBundle\Helper\RuleBasedTagger
61 arguments:
62 - @rulerz
63 - @wallabag_core.tag_repository
64
65 wallabag_core.tag_repository:
66 class: Wallabag\CoreBundle\Repository\TagRepository
67 factory_service: doctrine.orm.default_entity_manager
68 factory_method: getRepository
69 arguments:
70 - WallabagCoreBundle:Tag
fcb1fba5
NL
71
72 wallabag_core.registration_confirmed:
359b3f43 73 class: Wallabag\CoreBundle\EventListener\RegistrationConfirmedListener
772d8c4b
JB
74 arguments:
75 - @doctrine.orm.entity_manager
76 - %theme%
77 - %items_on_page%
78 - %rss_limit%
79 - %language%
fcb1fba5
NL
80 tags:
81 - { name: kernel.event_subscriber }
add597ba
JB
82
83 wallabag_core.helper.entries_export:
84 class: Wallabag\CoreBundle\Helper\EntriesExport
85 arguments:
86 - %wallabag_url%
87 - src/Wallabag/CoreBundle/Resources/views/themes/_global/public/img/appicon/apple-touch-icon-152.png