forked from Sylius/SyliusResourceBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloader.xml
More file actions
23 lines (17 loc) · 1.03 KB
/
loader.xml
File metadata and controls
23 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the Sylius package.
(c) Sylius Sp. z o.o.
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
-->
<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="sylius_resource.symfony.routing.loader.resource" class="Sylius\Resource\Symfony\Routing\Loader\ResourceLoader">
<argument type="service" id="sylius_resource.metadata.resource.name_collection.factory" />
<argument type="service" id="sylius_resource.routing.resource.route_collection_factory" />
<tag name="routing.route_loader" />
</service>
<service id="Sylius\Resource\Symfony\Routing\Loader\ResourceLoader" alias="sylius_resource.symfony.routing.loader.resource" />
</services>
</container>