25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

43 satır
2.5 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <preference for="Magento\ImportExport\Model\Import\ConfigInterface" type="Magento\ImportExport\Model\Import\Config" />
  10. <preference for="Magento\ImportExport\Model\Export\ConfigInterface" type="Magento\ImportExport\Model\Export\Config" />
  11. <preference for="Magento\ImportExport\Model\Import\ErrorProcessing\ProcessingErrorAggregatorInterface" type="Magento\ImportExport\Model\Import\ErrorProcessing\ProcessingErrorAggregator" />
  12. <preference for="Magento\ImportExport\Model\Report\ReportProcessorInterface" type="Magento\ImportExport\Model\Report\Csv" />
  13. <preference for="Magento\ImportExport\Api\Data\ExportInfoInterface" type="Magento\ImportExport\Model\Export\Entity\ExportInfo" />
  14. <preference for="Magento\ImportExport\Api\Data\LocalizedExportInfoInterface" type="Magento\ImportExport\Model\Export\Entity\ExportInfo" />
  15. <preference for="Magento\ImportExport\Api\ExportManagementInterface" type="Magento\ImportExport\Model\Export\ExportManagement" />
  16. <type name="Magento\Framework\Module\Setup\Migration">
  17. <arguments>
  18. <argument name="compositeModules" xsi:type="array">
  19. <item name="importexport" xsi:type="string">Magento_ImportExport</item>
  20. </argument>
  21. </arguments>
  22. </type>
  23. <type name="Magento\ImportExport\Model\Import\SampleFileProvider">
  24. <arguments>
  25. <argument name="samples" xsi:type="array">
  26. <item name="advanced_pricing" xsi:type="string">Magento_ImportExport</item>
  27. <item name="catalog_product" xsi:type="string">Magento_ImportExport</item>
  28. <item name="customer" xsi:type="string">Magento_ImportExport</item>
  29. <item name="customer_address" xsi:type="string">Magento_ImportExport</item>
  30. <item name="customer_composite" xsi:type="string">Magento_ImportExport</item>
  31. <item name="customer_finance" xsi:type="string">Magento_ImportExport</item>
  32. </argument>
  33. </arguments>
  34. </type>
  35. <type name="Magento\ImportExport\Model\LocalizedFileName">
  36. <arguments>
  37. <argument name="dateFormats" xsi:type="array">
  38. <item name="Ymd_His" xsi:type="string">Ymd_His</item>
  39. </argument>
  40. </arguments>
  41. </type>
  42. </config>