Overview Event Observer is a design pattern implementation of Magento 2. It is based on publish-subscribe pattern. Magento core code dispatches various events in different scenarios throughout the application. Third party/Custom modules can trigger or execute a particular action based on the event. Long back in mydons we have posted an article about event observer … Continue Reading
