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:
core/components/com_support/models/comment.php:208with['com_support.comment', &$this]
Listeners:
plg_support_markdown—onCommentPrepare($context, &$comment)
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:
plg_support_captcha—onGetCaptcha($ext='com')
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:
plg_support_captcha—onGetComponentCaptcha()
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:
plg_support_captcha—onGetModuleCaptcha()
support.onPreTicketSubmission
Fired from:
No plugin in the source tree listens for this event.
support.onReportItem
Fired from:
core/components/com_support/site/controllers/abuse.php:196with[ $refid, $cat ]
Listeners:
plg_support_answers—onReportItem($refid, $category)plg_support_blog—onReportItem($refid, $category)plg_support_comments—onReportItem($refid, $category)plg_support_forum—onReportItem($refid, $category)plg_support_kb—onReportItem($refid, $category)plg_support_resources—onReportItem($refid, $category)plg_support_wiki—onReportItem($refid, $category)plg_support_wishlist—onReportItem($refid, $category)
support.onTicketComment
Fired from:
core/components/com_support/admin/views/tickets/tmpl/edit.php:392with[$this->row]core/components/com_support/site/views/tickets/tmpl/ticket.php:575with[$this->row]
No plugin in the source tree listens for this event.
support.onTicketSubmission
Fired from:
Listeners:
plg_support_slack—onTicketSubmission($ticket)
support.onTicketUpdate
Fired from:
core/components/com_support/admin/controllers/tickets.php:578with[$ticket, $comment]core/components/com_support/site/controllers/tickets.php:1793with[$row, $rowc]
Listeners:
plg_support_slack—onTicketUpdate($ticket, $comment)
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:
plg_support_captcha—onValidateCaptcha()
support.onValidateTicketSubmission
Fired from:
core/components/com_support/site/controllers/tickets.php:910with[$reporter, $problem]
No plugin in the source tree listens for this event.
Generated from the source tree.