A module can modify a method of a class from core
or other module
.
Config Plugin
In the module, we register a plugin in file etc/config.js
.
...
Code Block | ||
---|---|---|
| ||
/** * * @type {MenuComponent} */ const component = ComponentFactory.get(MenuComponent); |
Plugin Type and Running Order
Please read in Magento Plugin
...