Mercurial > hg > dml-open-vis
annotate src/Kachkaev/JstmplBundle/Resources/config/templating_twig.xml @ 1:f38015048f48 tip
Added GPL
author | Daniel Wolff |
---|---|
date | Sat, 13 Feb 2016 20:43:38 +0100 |
parents | 493bcb69166c |
children |
rev | line source |
---|---|
Daniel@0 | 1 <?xml version="1.0" ?> |
Daniel@0 | 2 |
Daniel@0 | 3 <container xmlns="http://symfony.com/schema/dic/services" |
Daniel@0 | 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Daniel@0 | 5 xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> |
Daniel@0 | 6 |
Daniel@0 | 7 <services> |
Daniel@0 | 8 <service id="jstmpl.twig.extension" class="Kachkaev\JstmplBundle\Twig\JstmplExtension"> |
Daniel@0 | 9 <argument type="service" id="service_container" /> |
Daniel@0 | 10 <tag name="twig.extension" /> |
Daniel@0 | 11 </service> |
Daniel@0 | 12 |
Daniel@0 | 13 </services> |
Daniel@0 | 14 </container> |