Skip to content

Magento Event Reference

The Hyvä Commerce admin dashboard modules do not currently dispatch any Magento (PHP) events. There are no dispatch() hooks to observe on the server side yet.

If you want to react to dashboard behavior, look at the browser-side events instead - the dashboard dispatches several JavaScript events you can listen for.

  • JavaScript Event Reference - Browser-side events the admin dashboard dispatches, such as dashboard-charts-ready, and how to listen for them.