I don't find the lisnter function for some events
-
Hello all,
I'm a backend developer, and I'm new to Bagisto. While working on it I released some events with no listeners functions around 500 events! I want to know where can I find the listeners' functions of these events? for example this eventview_render_event('bagisto.admin.content.create_form_accordian.content.product.after')
Most of these events fired from the view module using view_render_event function
Thank you in advance
-
Hi @Eman,
In Bagisto, we a have dispatched some events but not listening to it. As we left it for the developers to put some custom code there.