| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-import-export/etc/adminhtml/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-import-export/etc/adminhtml/di.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\ImportExport\Controller\Adminhtml\Import\Start">
<arguments>
<argument name="exceptionMessageFactory" xsi:type="object">Magento\Framework\Message\ExceptionMessageLookupFactory</argument>
</arguments>
</type>
<type name="Magento\ImportExport\Model\Export\Entity\ExportInfoFactory">
<arguments>
<argument name="serializer" xsi:type="object">Magento\Framework\Serialize\Serializer\Json</argument>
</arguments>
</type>
<!-- deprecated as file argument is not used anymore. Can be deleted in major release to avoid BIC.-->
<type name="Magento\ImportExport\Controller\Adminhtml\Export\File\Delete">
<arguments>
<argument name="file" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
</arguments>
</type>
<!-- deprecated as file argument is not used anymore. Can be deleted in major release to avoid BIC.-->
<type name="Magento\ImportExport\Ui\DataProvider\ExportFileDataProvider">
<arguments>
<argument name="file" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
</arguments>
</type>
</config>