Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

32 строки
1.4 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. <type name="Magento\ImportExport\Controller\Adminhtml\Import\Start">
  10. <arguments>
  11. <argument name="exceptionMessageFactory" xsi:type="object">Magento\Framework\Message\ExceptionMessageLookupFactory</argument>
  12. </arguments>
  13. </type>
  14. <type name="Magento\ImportExport\Model\Export\Entity\ExportInfoFactory">
  15. <arguments>
  16. <argument name="serializer" xsi:type="object">Magento\Framework\Serialize\Serializer\Json</argument>
  17. </arguments>
  18. </type>
  19. <!-- deprecated as file argument is not used anymore. Can be deleted in major release to avoid BIC.-->
  20. <type name="Magento\ImportExport\Controller\Adminhtml\Export\File\Delete">
  21. <arguments>
  22. <argument name="file" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
  23. </arguments>
  24. </type>
  25. <!-- deprecated as file argument is not used anymore. Can be deleted in major release to avoid BIC.-->
  26. <type name="Magento\ImportExport\Ui\DataProvider\ExportFileDataProvider">
  27. <arguments>
  28. <argument name="file" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
  29. </arguments>
  30. </type>
  31. </config>