How To Override Vendor Module In Magento 2

[Solved] How To Override Vendor Module In Magento 2 | Php - Code Explorer | yomemimo.com
Question : how to override vendor module in magento 2

Answered by : cute-cowfish-3sk60oqo7n7q

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="Magento\Framework\View\Element\Html\Select" type="Your_VendorName\Your_ModuleName\Model\Framework\View\Element\Html\Select" />
</config>

Source : https://magento.stackexchange.com/questions/191601/how-can-i-override-the-vendor-with-custom-module-in-magento-2 | Last Update : Tue, 31 May 22

Answers related to how to override vendor module in magento 2

Code Explorer Popular Question For Php