di.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233
  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\Customer\Model\ResourceModel\Visitor">
  10. <plugin name="reportLog" type="Magento\Reports\Model\Plugin\Log" />
  11. </type>
  12. <virtualType name="Magento\Reports\Model\Session\Storage" type="Magento\Framework\Session\Storage">
  13. <arguments>
  14. <argument name="namespace" xsi:type="string">reports</argument>
  15. </arguments>
  16. </virtualType>
  17. <virtualType name="Magento\Reports\Model\Session" type="Magento\Framework\Session\Generic">
  18. <arguments>
  19. <argument name="storage" xsi:type="object">Magento\Reports\Model\Session\Storage</argument>
  20. </arguments>
  21. </virtualType>
  22. <type name="Magento\Reports\Model\Product\Index\AbstractIndex">
  23. <arguments>
  24. <argument name="reportSession" xsi:type="object">Magento\Reports\Model\Session</argument>
  25. </arguments>
  26. </type>
  27. <type name="Magento\Reports\Model\ResourceModel\Helper">
  28. <arguments>
  29. <argument name="modulePrefix" xsi:type="string">reports</argument>
  30. </arguments>
  31. </type>
  32. <preference for="Magento\Reports\Model\ResourceModel\Quote\CollectionFactoryInterface" type="Magento\Reports\Model\ResourceModel\Quote\CollectionFactory"/>
  33. </config>