You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?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="kek_rozsak_front.twig_extension.news" class="KekRozsak\FrontBundle\Twig\NewsExtension">
|
|
<argument type="service" id="doctrine" />
|
|
<argument type="service" id="security.context" />
|
|
<tag name="twig.extension" />
|
|
</service>
|
|
<service id="kek_rozsak_front.twig_extension.events" class="KekRozsak\FrontBundle\Twig\EventsExtension">
|
|
<argument type="service" id="doctrine" />
|
|
<argument type="service" id="security.context" />
|
|
<tag name="twig.extension" />
|
|
</service>
|
|
<service id="form.type_extension.help_message" class="KekRozsak\FrontBundle\Form\Extension\HelpMessageTypeExtension">
|
|
<tag name="form.type_extension" alias="field" />
|
|
</service>
|
|
<service id="bb.twig.extension" class="KekRozsak\FrontBundle\Twig\TwigBBExtension">
|
|
<argument type="service" id="service_container" />
|
|
<tag name="twig.extension" />
|
|
</service>
|
|
</services>
|
|
</container>
|