Reference

Support events

Events in the support group. A plugin in core/plugins/support/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.

support.onCommentPrepare

Fired from:

Listeners:

support.onGetCaptcha

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

support.onGetComponentCaptcha

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

support.onGetModuleCaptcha

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

support.onPreTicketSubmission

Fired from:

No plugin in the source tree listens for this event.

support.onReportItem

Fired from:

Listeners:

support.onTicketComment

Fired from:

No plugin in the source tree listens for this event.

support.onTicketSubmission

Fired from:

Listeners:

support.onTicketUpdate

Fired from:

Listeners:

support.onValidateCaptcha

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

support.onValidateTicketSubmission

Fired from:

No plugin in the source tree listens for this event.

Generated from the source tree.