Reference
Handlers events
Events in the handlers group. A plugin in core/plugins/handlers/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
handlers.onHandleView
Fired from:
core/plugins/projects/files/connections.php:1636with[$items]
Listeners:
plg_handlers_audio—onHandleView(Hubzero\Filesystem\Collection $collection)plg_handlers_hubpresenter—onHandleView(\Hubzero\Filesystem\Collection $collection, $entityId = null, $entityType = null)plg_handlers_ipynb—onHandleView(Hubzero\Filesystem\Collection $collection)plg_handlers_latex—onHandleView(\Hubzero\Filesystem\Collection $collection)plg_handlers_markdown—onHandleView(Hubzero\Filesystem\Collection $collection)plg_handlers_pdf—onHandleView(\Hubzero\Filesystem\Collection $collection)plg_handlers_script—onHandleView(Hubzero\Filesystem\Collection $collection)plg_handlers_video—onHandleView(Hubzero\Filesystem\Collection $collection)
Generated from the source tree.