Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am quafzi on github.
  • I am quafzi (https://keybase.io/quafzi) on keybase.
  • I have a public key whose fingerprint is 94FE A6A9 C630 2884 0104 0584 55EB 1120 8FA4 7E68

To claim this, I am signing this object:

@quafzi
quafzi / gist:2234563
Last active November 12, 2018 08:15 — forked from davidalexander/gist:1086455
Magento Snippets

Magento Snippets

Find all dispatched event observers

grep -r Mage::dispatchEvent /path/to/your/Magento/* > events.txt

Find all translatable strings