Skip to content

Instantly share code, notes, and snippets.

@victordit
victordit / Listing all Magento Events in a txt
Created March 31, 2016 10:31 — forked from IzyPizy/Listing all Magento Events in a txt
Not all the version look the same, so do not use lists got from the web. A simple cli command that lists all the events included local & community extension
grep -rin -B2 -A2 "Mage::dispatchEvent" pathToMagentoRoot/app/* > events.txt