-
Notifications
You must be signed in to change notification settings - Fork 519
/
Copy pathtwig.xml
25 lines (18 loc) · 979 Bytes
/
twig.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="Vich\UploaderBundle\Templating\Helper\UploaderHelper" public="false">
<tag name="templating.helper" alias="vich_uploader" />
<argument type="service" id="vich_uploader.storage" />
</service>
<service id="Vich\UploaderBundle\Twig\Extension\UploaderExtension" public="false">
<tag name="twig.extension" />
</service>
<service id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" public="false">
<argument type="service" id="Vich\UploaderBundle\Templating\Helper\UploaderHelper" />
<tag name="twig.runtime" />
</service>
</services>
</container>