Reference
Activity events
Events in the activity group. A plugin in core/plugins/activity/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
activity.onLogDelete
Fired from:
core/libraries/Hubzero/Activity/Log.php:180with[$this]
No plugin in the source tree listens for this event.
activity.onLogSave
Fired from:
core/libraries/Hubzero/Activity/Log.php:209with[$this, $isNew]
No plugin in the source tree listens for this event.
Generated from the source tree.