Reference
Resources events
Events in the resources group. A plugin in core/plugins/resources/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
resources.onCanManage
Fired from:
Listeners:
plg_resources_sponsors—onCanManage()
resources.onManage
Fired from:
core/components/com_resources/admin/controllers/plugins.php:205with[ $this->_option, $this->_controller, Request::getString('action', 'default') ]
Listeners:
plg_resources_sponsors—onManage($option, $controller='plugins', $task='default')
resources.onResourceAfterSubmit
Fired from:
core/components/com_resources/site/controllers/create.php:1489with[$resource]
No plugin in the source tree listens for this event.
resources.onResourceBeforeSubmit
Fired from:
core/components/com_resources/site/controllers/create.php:1305with[$resource]
Listeners:
plg_resources_hipaacompliant—onResourceBeforeSubmit(&$resource)
resources.onResources
Fired from:
core/components/com_resources/site/controllers/resources.php:658with[$model, $this->_option, array('about'), 'metadata']core/components/com_resources/site/controllers/resources.php:1497with[ $this->model, $this->_option, array($tab), 'all', ]
Listeners:
plg_resources_about—onResources($model, $option, $areas, $rtrn='all')plg_resources_citations—onResources($model, $option, $areas, $rtrn='all')plg_resources_coins—onResources($model, $option, $areas, $rtrn='all')plg_resources_dublincore—onResources($model, $option, $areas, $rtrn='all')plg_resources_findthistext—onResources($model, $option, $areas, $rtrn='all')plg_resources_googlescholar—onResources($model, $option, $areas, $rtrn='all')plg_resources_opengraph—onResources($model, $option, $areas, $rtrn='all')plg_resources_questions—onResources($model, $option, $areas, $rtrn='all')plg_resources_reviews—onResources($model, $option, $areas, $rtrn='all')plg_resources_share—onResources($model, $option, $areas, $rtrn='all')plg_resources_supportingdocs—onResources($model, $option, $areas, $rtrn='all')plg_resources_usage—onResources($model, $option, $areas, $rtrn='all')plg_resources_versions—onResources($model, $option, $areas, $rtrn='all')plg_resources_windowstools—onResources($model, $option, $areas, $rtrn='all')plg_resources_wishlist—onResources($model, $option, $areas, $rtrn='all')
resources.onResourcesAreas
Fired from:
core/components/com_resources/site/controllers/resources.php:1468with[ $this->model ]
No plugin in the source tree listens for this event.
resources.onResourcesList
Fired from:
core/components/com_resources/site/views/browse/tmpl/item.php:41with[$this->line]core/components/com_resources/site/views/search/tmpl/solr.php:9with[$id]
Listeners:
plg_resources_coins—onResourcesList($model)
resources.onResourcesRateItem
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_resources_reviews—onResourcesRateItem($option)
resources.onResourcesSub
Fired from:
core/components/com_resources/site/views/view/tmpl/courses.php:212with[$this->model, $this->option, 1]core/components/com_resources/site/views/view/tmpl/default.php:186with[$this->model, $this->option, 1]core/components/com_resources/site/views/view/tmpl/series.php:250with[$this->model, $this->option, 1]core/components/com_resources/site/views/view/tmpl/tools.php:286with[$this->model, $this->option, 1]core/components/com_resources/site/views/view/tmpl/windowstools.php:209with[$this->model, $this->option, 1]core/components/com_resources/site/views/view/tmpl/workshops.php:250with[$this->model, $this->option, 1]
Listeners:
plg_resources_collections—onResourcesSub($resource, $option, $miniview=0)plg_resources_groups—onResourcesSub($resource, $option, $miniview=0)plg_resources_recommendations—onResourcesSub($resource, $option, $miniview=0)plg_resources_related—onResourcesSub($resource, $option, $miniview=0)plg_resources_sponsors—onResourcesSub($resource, $option, $miniview=0)plg_resources_watch—onResourcesSub($resource, $option, $miniview=0)
Generated from the source tree.