| Current Path : /home/rtorresani/www/vendor/magento/module-catalog-inventory/etc/frontend/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog-inventory/etc/frontend/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\Catalog\Model\Product\Link">
<plugin name="isInStockFilter" type="Magento\CatalogInventory\Model\Plugin\ProductLinks" />
</type>
<type name="Magento\Catalog\Model\ResourceModel\Product\Collection">
<plugin name="add_stock_information" type="Magento\CatalogInventory\Model\AddStockStatusToCollection" />
</type>
</config>