]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/services.yml
Merge pull request #1400 from wallabag/v2-fix-1357
[github/wallabag/wallabag.git] / app / config / services.yml
1 # Learn more about services, parameters and containers at
2 # http://symfony.com/doc/current/book/service_container.html
3 parameters:
4 security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
5 security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
6 security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
7 lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
8
9 services:
10 # used for tests
11 filesystem_cache:
12 class: Doctrine\Common\Cache\FilesystemCache
13 arguments:
14 - %kernel.cache_dir%/doctrine/metadata
15
16 twig.extension.text:
17 class: Twig_Extensions_Extension_Text
18 tags:
19 - { name: twig.extension }