Reference
Answers events
Events in the answers group. A plugin in core/plugins/answers/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
answers.onQuestionNotify
Fired from:
core/components/com_answers/site/controllers/questions.php:756witharray($row)) as $results) { $recipients = array_merge($recipients, $results
Listeners:
plg_answers_tools—onQuestionNotify($row)
answers.onQuestionsFilters
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_answers_members—onQuestionsFilters()
answers.onQuestionsPrepareFilters
Fired from:
core/components/com_answers/site/controllers/questions.php:432with[$filters]
Listeners:
plg_answers_members—onQuestionsPrepareFilters($filters)plg_answers_tools—onQuestionsPrepareFilters($filters)
Generated from the source tree.