eugene-petrov/magento2-plugin

Magento 2 plugin example

dev-main 2021-10-21 12:15 UTC

This package is auto-updated.

Last update: 2024-09-21 18:49:45 UTC


README

ExtDN M2 Coding Standard ExtDN M2 Mess Detector ExtDN M2 PHPStan

Snippet_Plugin

Problem: you need to change any (almost any) public method.

Here you can find more about plugins.

To enable this module execute:

  • php bin/magento --clear-static-content module:enable Snippet_Plugin
  • php bin/magento setup:upgrade

Snippet\Plugin\Plugin\Frontend\ModifyHeader file is an example of around and after plugins. 'Around' does nothing. While 'after' wraps into parentheses welcome message like this:

(Default welcome msg!)

Snippet\Plugin\Plugin\Frontend\ModifyBreadcrumbs file is an example of 'before' option. E.g. on detail product page breadcrumbs will look like this:

(Home) > (Test Product)