Plugin/Events: Difference between revisions
From Joomla! Documentation
< Plugin
< Plugin
mNo edit summary |
Marked this version for translation |
||
| Line 22: | Line 22: | ||
</translate> | </translate> | ||
* [[S:MyLanguage/Plugin/Events/Content#onContentPrepare|onContentPrepare]] | * [[S:MyLanguage/Plugin/Events/Content#onContentPrepare|onContentPrepare]] | ||
* [[S:MyLanguage/Plugin/Events/Content#onContentAfterTitle|onContentAfterTitle]] ({{JVer|3.0}} <translate>and higher</translate>) | * [[S:MyLanguage/Plugin/Events/Content#onContentAfterTitle|onContentAfterTitle]] ({{JVer|3.0}} <translate><!--T:24--> and higher</translate>) | ||
* [[S:MyLanguage/Plugin/Events/Content#onContentBeforeDisplay|onContentBeforeDisplay]] | * [[S:MyLanguage/Plugin/Events/Content#onContentBeforeDisplay|onContentBeforeDisplay]] | ||
* [[S:MyLanguage/Plugin/Events/Content#onContentAfterDisplay|onContentAfterDisplay]] | * [[S:MyLanguage/Plugin/Events/Content#onContentAfterDisplay|onContentAfterDisplay]] | ||
| Line 90: | Line 90: | ||
=== System === <!--T:12--> | === System === <!--T:12--> | ||
</translate> | </translate> | ||
* [[S:MyLanguage/Plugin/Events/System#onBeforeExecute|onBeforeExecute]] ({{jver | 4.0 }} <translate>and higher</translate>) | * [[S:MyLanguage/Plugin/Events/System#onBeforeExecute|onBeforeExecute]] ({{jver | 4.0 }} <translate><!--T:25--> and higher</translate>) | ||
* [[S:MyLanguage/Plugin/Events/System#onAfterInitialise|onAfterInitialise]] | * [[S:MyLanguage/Plugin/Events/System#onAfterInitialise|onAfterInitialise]] | ||
* [[S:MyLanguage/Plugin/Events/System#onAfterRoute|onAfterRoute]] | * [[S:MyLanguage/Plugin/Events/System#onAfterRoute|onAfterRoute]] | ||
Revision as of 08:48, 28 May 2019
Joomla!
3.x
Joomla! ships with a variety of core events, organised into groups. These are described in the following topics.
Authentication
Captcha
Content
- onContentPrepare
- onContentAfterTitle (
and higher) - onContentBeforeDisplay
- onContentAfterDisplay
- onContentBeforeSave
- onContentAfterSave
- onContentPrepareForm
- onContentPrepareData
- onContentBeforeDelete
- onContentAfterDelete
- onContentChangeState
- onContentSearch
- onContentSearchAreas
Editors
Extensions
- onExtensionAfterInstall
- onExtensionAfterUninstall
- onExtensionAfterUpdate
- onExtensionBeforeSave
- onExtensionAfterSave
- onExtensionAfterDelete
Finder
- onFinderCategoryChangeState
- onFinderChangeState
- onFinderAfterDelete
- onFinderAfterDelete
- onFinderBeforeSave
- onFinderAfterSave
Privacy
Quick Icons
Sampledata
- onSampledataGetOverview
- onAjaxSampledataApplyStep1
- onAjaxSampledataApplyStep2
- onAjaxSampledataApplyStep3
System
- onBeforeExecute (
and higher) - onAfterInitialise
- onAfterRoute
- onAfterDispatch
- onAfterRender
- onBeforeRender
- onBeforeCompileHead
User
- onUserAuthorisation
- onUserAuthorisationFailure
- onUserBeforeSave
- onUserAfterSave
- onUserBeforeDelete
- onUserAfterDelete
- onUserLogin
- onUserLoginFailure
- onUserAfterLogin
- onUserLogout
- onUserBeforeSaveGroup
- onUserAfterSaveGroup
- onUserBeforeDeleteGroup
- onUserAfterDeleteGroup
- onUserAfterRemind