September 2018
Beginner to intermediate
218 pages
4h 27m
English
Plugins are likely one of the most powerful features of Magento. They allow us to modify the behavior of public class functions by intercepting a function call and running code before, after, or around that function call.
Before we eagerly start using them, it is worth emphasizing how plugins can't be used on the following:
Plugins can be used on the following:
By doing a lookup for the <plugin string across the entire <MAGENTO_DIR> directory's di.xml files, we can see hundreds of ...
Read now
Unlock full access