mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
Merge "Simplify Hooks section in extension.json"
This commit is contained in:
commit
635c37903e
|
@ -26,30 +26,14 @@
|
|||
"popups": "GlobalVarConfig::newInstance"
|
||||
},
|
||||
"Hooks": {
|
||||
"BeforePageDisplay": [
|
||||
"Popups\\PopupsHooks::onBeforePageDisplay"
|
||||
],
|
||||
"ResourceLoaderGetConfigVars": [
|
||||
"Popups\\PopupsHooks::onResourceLoaderGetConfigVars"
|
||||
],
|
||||
"GetPreferences": [
|
||||
"Popups\\PopupsHooks::onGetPreferences"
|
||||
],
|
||||
"PreferencesFormPreSave": [
|
||||
"Popups\\UserPreferencesChangeHandler::onPreferencesFormPreSave"
|
||||
],
|
||||
"UserGetDefaultOptions": [
|
||||
"Popups\\PopupsHooks::onUserGetDefaultOptions"
|
||||
],
|
||||
"MakeGlobalVariablesScript": [
|
||||
"Popups\\PopupsHooks::onMakeGlobalVariablesScript"
|
||||
],
|
||||
"LocalUserCreated": [
|
||||
"Popups\\PopupsHooks::onLocalUserCreated"
|
||||
],
|
||||
"GetBetaFeaturePreferences": [
|
||||
"Popups\\PopupsHooks::onGetBetaFeaturePreferences"
|
||||
]
|
||||
"BeforePageDisplay": "Popups\\PopupsHooks::onBeforePageDisplay",
|
||||
"ResourceLoaderGetConfigVars": "Popups\\PopupsHooks::onResourceLoaderGetConfigVars",
|
||||
"GetPreferences": "Popups\\PopupsHooks::onGetPreferences",
|
||||
"PreferencesFormPreSave": "Popups\\UserPreferencesChangeHandler::onPreferencesFormPreSave",
|
||||
"UserGetDefaultOptions": "Popups\\PopupsHooks::onUserGetDefaultOptions",
|
||||
"MakeGlobalVariablesScript": "Popups\\PopupsHooks::onMakeGlobalVariablesScript",
|
||||
"LocalUserCreated": "Popups\\PopupsHooks::onLocalUserCreated",
|
||||
"GetBetaFeaturePreferences": "Popups\\PopupsHooks::onGetBetaFeaturePreferences"
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"Popups": [
|
||||
|
|
Loading…
Reference in a new issue