Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save victordit/4b3c85987e31033143b5583c96bbc2bf to your computer and use it in GitHub Desktop.
Save victordit/4b3c85987e31033143b5583c96bbc2bf to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment