35 lines
862 B
XML
35 lines
862 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<config xmlns="http://thelia.net/schema/dic/config"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
|
|
|
|
<loops>
|
|
<!-- sample definition
|
|
<loop name="MySuperLoop" class="PointRetrait\Loop\MySuperLoop" />
|
|
-->
|
|
</loops>
|
|
|
|
<forms>
|
|
<!--
|
|
<form name="MyFormName" class="PointRetrait\Form\MySuperForm" />
|
|
-->
|
|
</forms>
|
|
|
|
|
|
<!--
|
|
<services>
|
|
|
|
</services>
|
|
-->
|
|
|
|
<!--
|
|
<hooks>
|
|
<hook id="pointretrait.hook" class="PointRetrait\Hook\MySuperHook">
|
|
<tag name="hook.event_listener" event="main.body.bottom" type="front|back|pdf|email" method="onMainBodyBottom" />
|
|
</hook>
|
|
</hooks>
|
|
-->
|
|
|
|
</config>
|