-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathshop.xml
21 lines (19 loc) · 1.48 KB
/
shop.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<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="bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search" class="BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction">
<argument type="service" id="form.factory" />
<argument type="service" id="bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.taxon" />
<argument type="service" id="bitbag_sylius_elasticsearch_plugin.finder.shop_products" />
<argument type="service" id="twig" />
<tag name="controller.service_arguments" />
</service>
<service id="bitbag_sylius_elasticsearch_plugin.controller.action.shop.site_wide_products_search" class="BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\SiteWideProductsSearchAction">
<argument type="service" id="form.factory" />
<argument type="service" id="bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.site_wide" />
<argument type="service" id="bitbag_sylius_elasticsearch_plugin.finder.search_products" />
<argument type="service" id="twig" />
<tag name="controller.service_arguments" />
</service>
</services>
</container>