Reference
Wishlist events
Events in the wishlist group. A plugin in core/plugins/wishlist/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
wishlist.onWishlistAfterDelete
Fired from:
No plugin in the source tree listens for this event.
wishlist.onWishlistAfterDeleteComment
Fired from:
No plugin in the source tree listens for this event.
wishlist.onWishlistAfterDeleteWish
Fired from:
No plugin in the source tree listens for this event.
wishlist.onWishlistAfterSave
Fired from:
core/components/com_wishlist/admin/controllers/lists.php:209with[&$row, $isNew]
No plugin in the source tree listens for this event.
wishlist.onWishlistAfterSaveComment
Fired from:
core/components/com_wishlist/admin/controllers/comments.php:256with[&$row, $isNew]
No plugin in the source tree listens for this event.
wishlist.onWishlistAfterSaveWish
Fired from:
core/components/com_wishlist/admin/controllers/wishes.php:375with[&$row, $isNew]
No plugin in the source tree listens for this event.
wishlist.onWishlistBeforeSave
Fired from:
core/components/com_wishlist/admin/controllers/lists.php:193with[&$row, $isNew]
No plugin in the source tree listens for this event.
wishlist.onWishlistBeforeSaveComment
Fired from:
core/components/com_wishlist/admin/controllers/comments.php:240with[&$row, $isNew]
No plugin in the source tree listens for this event.
wishlist.onWishlistBeforeSaveWish
Fired from:
core/components/com_wishlist/admin/controllers/wishes.php:331with[&$row, $isNew]
No plugin in the source tree listens for this event.
Generated from the source tree.