Reference
Xmessage events
Events in the xmessage group. A plugin in core/plugins/xmessage/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
xmessage.onMessage
Fired from:
core/libraries/Hubzero/Message/Helper.php:156with[$from, $xmessage, $user, $action))) { $this->setError(Lang::txt('Unable to message user %s with method %s', $uid, $action]
Listeners:
plg_xmessage_email—onMessage($from, $xmessage, $user, $action)plg_xmessage_internal—onMessage($from, $xmessage, $user, $action)
xmessage.onMessageMethods
Fired from:
core/components/com_members/admin/controllers/messages.php:252with[]core/plugins/members/messages/messages.php:435with[]
Listeners:
plg_xmessage_email—onMessageMethods()plg_xmessage_internal—onMessageMethods()
xmessage.onSendMessage
Fired from:
core/components/com_answers/site/controllers/questions.php:174with['answers_reply_comment', $subject, $message, $from, array($authorid), $this->_option))) { $this->setError(Lang::txt('COM_ANSWERS_MESSAGE…core/components/com_answers/site/controllers/questions.php:184with['new_answer_admin', $subject, $message, $from, $receivers, $this->_option))) { $this->setError(Lang::txt('COM_ANSWERS_MESSAGE_FAILED']core/components/com_answers/site/controllers/questions.php:797with['new_question_admin', $subject, $message, $from, $recipients, $this->_option))) { Notify::error(Lang::txt('COM_ANSWERS_MESSAGE_FAILED']core/components/com_answers/site/controllers/questions.php:916with['answers_question_deleted', $subject, $message, $from, $users, $this->_option))) { $this->setError(Lang::txt('COM_ANSWERS_MESSAGE_FAILED']core/components/com_answers/site/controllers/questions.php:1064with[$messageType , $subject, $message, $from, array($authorid), $this->_option))) { $this->setError(Lang::txt('COM_ANSWERS_MESSAGE_FAILED']core/components/com_answers/site/controllers/questions.php:1073with['new_answer_admin', $subject, $message, $from, $receivers, $this->_option))) { $this->setError(Lang::txt('COM_ANSWERS_MESSAGE_FAILED']core/components/com_cart/lib/cartmessenger/CartMessenger.php:511with['store_notifications', $mailSubject, $mailMessage, $from, $adminId, '', null, '', 0, true]core/components/com_courses/site/controllers/course.php:649with['courses_deleted', $subject, $message, $from, $members, $this->_option))) { Notify::error(Lang::txt('COM_COURSES_ERROR_EMAIL_MEMBERS_FAI…core/components/com_groups/site/controllers/membership.php:860witharray('groups_cancelled_me', $subject, $message, $from, $this->view->group->get('managers'), $this->_option))) { $this->setError(Lang::tx…core/components/com_jobs/admin/controllers/jobs.php:339with['jobs_ad_status_changed', $subject, $emailbody, $from, array($job->addedBy), $this->_option))) { Notify::error(Lang::txt('COM_JOBS_ERROR…core/components/com_projects/admin/controllers/projects.php:577with['projects_admin_notice', $subject, $body, $from, $managers, $this->_option]core/components/com_projects/helpers/html.php:1323with[ $component, $subject, $body, $from, $addressees, $option ]- and 28 more call sites
Listeners:
plg_xmessage_handler—onSendMessage($type, $subject, $message, $from=array()
xmessage.onTakeAction
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_xmessage_handler—onTakeAction($type, $uids=array()
Generated from the source tree.