Plugin/Events: Difference between revisions
From Joomla! Documentation
< Plugin
< Plugin
Remove reference to onBeforeExecute event |
Add event to list |
||
| Line 34: | Line 34: | ||
* [[S:MyLanguage/Plugin/Events/Content#onContentSearch|onContentSearch]] | * [[S:MyLanguage/Plugin/Events/Content#onContentSearch|onContentSearch]] | ||
* [[S:MyLanguage/Plugin/Events/Content#onContentSearchAreas|onContentSearchAreas]] | * [[S:MyLanguage/Plugin/Events/Content#onContentSearchAreas|onContentSearchAreas]] | ||
* [[S:MyLanguage/Plugin/Events/Content#onUserBeforeDataValidation|onUserBeforeDataValidation]] (N.B. Whilst this event starts with user it's misleading - it applies to all actions and is renamed to a better name of ''onContentValidateData'' in {{JVer|4.0}}) | |||
<translate> | <translate> | ||
Revision as of 18:54, 1 April 2020
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
- onUserBeforeDataValidation (N.B. Whilst this event starts with user it's misleading - it applies to all actions and is renamed to a better name of onContentValidateData in
)
Editors
Extensions
- onExtensionAfterInstall
- onExtensionAfterUninstall
- onExtensionAfterUpdate
- onExtensionBeforeSave
- onExtensionAfterSave
- onExtensionAfterDelete
Finder
- onFinderCategoryChangeState
- onFinderChangeState
- onFinderAfterDelete
- onFinderAfterDelete
- onFinderBeforeSave
- onFinderAfterSave
Privacy
Quick Icons
Sampledata
- onSampledataGetOverview
- onAjaxSampledataApplyStep1
- onAjaxSampledataApplyStep2
- onAjaxSampledataApplyStep3
System
User
- onUserAuthorisation
- onUserAuthorisationFailure
- onUserBeforeSave
- onUserAfterSave
- onUserBeforeDelete
- onUserAfterDelete
- onUserLogin
- onUserLoginFailure
- onUserAfterLogin
- onUserLogout
- onUserBeforeSaveGroup
- onUserAfterSaveGroup
- onUserBeforeDeleteGroup
- onUserAfterDeleteGroup
- onUserAfterRemind