view src/Kachkaev/JstmplBundle/Resources/config/templating_twig.xml @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
line wrap: on
line source
<?xml version="1.0" ?>

<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="jstmpl.twig.extension" class="Kachkaev\JstmplBundle\Twig\JstmplExtension">
            <argument type="service" id="service_container" />
            <tag name="twig.extension" />
        </service>

    </services>
</container>