wallabag/app/config/services.yml

21 lines
595 B
YAML
Raw Normal View History

2015-01-22 07:30:07 +00:00
parameters:
2015-08-22 13:35:28 +00:00
lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
2015-01-22 07:30:07 +00:00
services:
2015-03-27 18:46:36 +00:00
# used for tests
filesystem_cache:
class: Doctrine\Common\Cache\FilesystemCache
arguments:
- %kernel.cache_dir%/doctrine/metadata
twig.extension.text:
class: Twig_Extensions_Extension_Text
tags:
- { name: twig.extension }
2015-09-29 21:11:27 +00:00
wallabag.twig_extension:
class: Wallabag\CoreBundle\Twig\WallabagExtension
public: false
tags:
- { name: twig.extension }