]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/services.yml
* public registration
[github/wallabag/wallabag.git] / app / config / services.yml
1 parameters:
2 lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
3
4 services:
5 # used for tests
6 filesystem_cache:
7 class: Doctrine\Common\Cache\FilesystemCache
8 arguments:
9 - %kernel.cache_dir%/doctrine/metadata
10
11 twig.extension.text:
12 class: Twig_Extensions_Extension_Text
13 tags:
14 - { name: twig.extension }
15
16 wallabag.twig_extension:
17 class: Wallabag\CoreBundle\Twig\WallabagExtension
18 public: false
19 tags:
20 - { name: twig.extension }