Files
le-matelot/local/modules/BackOfficePath/Config/config.xml
2020-01-27 08:56:08 +01:00

18 lines
838 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">
<forms>
<form name="backofficepath.configuration.form" class="BackOfficePath\Form\Configuration" />
</forms>
<services>
<service id="back_office_path.response.listener" class="BackOfficePath\EventListeners\Listener">
<tag name="kernel.event_subscriber"/>
</service>
<service id="back_office_path.stack" class="BackOfficePath\Stack\BackOfficePathMiddleware">
<argument type="service" id="service_container" />
<tag name="stack_middleware" priority="500" />
</service>
</services>
</config>