43 lines
1.7 KiB
XML
43 lines
1.7 KiB
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>
|
|
<loop name="withdrawal_in_store" class="WithdrawalInStore\Loop\WithdrawalInStore" />
|
|
<loop name="order.notsent.withdrawalinstore" class="WithdrawalInStore\Loop\NotSendOrders" />
|
|
</loops>
|
|
|
|
<forms>
|
|
<form name="WithdrawalInStore.admin.rule.creation" class="WithdrawalInStore\Form\WithdrawalInStoreRuleCreationForm"/>
|
|
<form name="WithdrawalInStore.admin.rule.modification" class="WithdrawalInStore\Form\WithdrawalInStoreRuleModificationForm"/>
|
|
<form name="WithdrawalInStore.export.inet" class="WithdrawalInStore\Form\ExportOrder" />
|
|
</forms>
|
|
|
|
<commands>
|
|
<!--
|
|
<command class="MyModule\Command\MySuperCommand" />
|
|
-->
|
|
</commands>
|
|
|
|
<templateDirectives>
|
|
<!-- Sample definition
|
|
<templateDirectives class="MyModule\Directive\MyTemplateDirective" name="my_filter"/>
|
|
-->
|
|
</templateDirectives>
|
|
|
|
<services>
|
|
<service id="WithdrawalInStore.action" class="WithdrawalInStore\Action\WithdrawalInStoreAction">
|
|
<argument type="service" id="service_container"/>
|
|
<tag name="kernel.event_subscriber"/>
|
|
</service>
|
|
<service id="WithdrawalInStore.mail" class="WithdrawalInStore\EventListener\SendConfirmationEmail" scope="request">
|
|
<argument type="service" id="thelia.parser" />
|
|
<argument type="service" id="mailer"/>
|
|
<tag name="kernel.event_subscriber"/>
|
|
</service>
|
|
</services>
|
|
|
|
</config>
|