Need a list of Magento 1.9.2.2 latest events, along with specification of which event is called when.
For example "sales_order_payment_place_end".
Need a list of Magento 1.9.2.2 latest events, along with specification of which event is called when.
For example "sales_order_payment_place_end".
You can find a list on https://www.nicksays.co.uk/magento-events-cheat-sheet-1-9/ although it's probably not 1.9.2.2.
Alternatively you can do a grep on the ./app/code/ directory to generate your own list.
grep -Rsn 'Mage::dispatchEvent' . > events.txt