Reference
Citation events
Events in the citation group. A plugin in core/plugins/citation/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
citation.onCitationAfterSave
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_citation_doi—onCitationAfterSave()
citation.onImport
Fired from:
core/components/com_citations/site/controllers/import.php:168with[$file]core/plugins/citation/default/default.php:69witharray($new_file), $scope, $scope_idcore/plugins/groups/citations/citations.php:1255with[$file, 'group', $this->group->get('gidNumber')]core/plugins/members/citations/citations.php:1127with[$file, 'member', User::get('id')]
Listeners:
plg_citation_bibtex—onImport($file, $scope = null, $scope_id = null)plg_citation_default—onImport($file, $scope = null, $scope_id = null)plg_citation_endnote—onImport($file, $scope = null, $scope_id = null)
citation.onImportAcceptedFiles
Fired from:
core/components/com_citations/site/controllers/import.php:117with[]core/plugins/groups/citations/citations.php:1182with[]core/plugins/members/citations/citations.php:1067with[]
Listeners:
plg_citation_bibtex—onImportAcceptedFiles()plg_citation_default—onImportAcceptedFiles()plg_citation_endnote—onImportAcceptedFiles()
Generated from the source tree.