| Current Path : /var/www/clients/client3/web2/web/vendor/mageplaza/module-banner-slider/etc/ |
| Current File : /var/www/clients/client3/web2/web/vendor/mageplaza/module-banner-slider/etc/di.xml |
<?xml version="1.0"?>
<!--
/**
* Mageplaza
*
* NOTICE OF LICENSE
*
* This source file is subject to the Mageplaza.com license that is
* available through the world-wide-web at this URL:
* https://www.mageplaza.com/LICENSE.txt
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category Mageplaza
* @package Mageplaza_BannerSlider
* @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
* @license https://www.mageplaza.com/LICENSE.txt
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
<arguments>
<argument name="collections" xsi:type="array">
<item name="mpbannerslider_banner_listing_data_source" xsi:type="string">Mageplaza\BannerSlider\Model\ResourceModel\Banner\Grid\Collection</item>
</argument>
</arguments>
</type>
<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
<arguments>
<argument name="collections" xsi:type="array">
<item name="mpbannerslider_slider_listing_data_source" xsi:type="string">Mageplaza\BannerSlider\Model\ResourceModel\Slider\Grid\Collection</item>
</argument>
</arguments>
</type>
<virtualType name="Mageplaza\BannerSlider\Model\ResourceModel\Banner\Grid\Collection" type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
<arguments>
<argument name="mainTable" xsi:type="string">mageplaza_bannerslider_banner</argument>
<argument name="resourceModel" xsi:type="string">Mageplaza\BannerSlider\Model\ResourceModel\Banner</argument>
</arguments>
</virtualType>
<virtualType name="Mageplaza\BannerSlider\Model\ResourceModel\Slider\Grid\Collection" type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
<arguments>
<argument name="mainTable" xsi:type="string">mageplaza_bannerslider_slider</argument>
<argument name="resourceModel" xsi:type="string">Mageplaza\BannerSlider\Model\ResourceModel\Slider</argument>
</arguments>
</virtualType>
</config>