Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagejs
/**
 *
 * @type {MenuComponent}
 */
const component = ComponentFactory.get(MenuComponent);

Plugin Type and Running Order

Please read in Magento Plugin

...