MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onRedirectSpecialArticleRedirectParams (&$redirectParams) | |
Use this hook to alter the set of parameter names such as "oldid" that are preserved when using redirecting special pages such as Special:MyPage and Special:MyTalk. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "RedirectSpecialArticleRedirectParams" to register handlers implementing this interface.
Definition at line 12 of file RedirectSpecialArticleRedirectParamsHook.php.
MediaWiki\SpecialPage\Hook\RedirectSpecialArticleRedirectParamsHook::onRedirectSpecialArticleRedirectParams | ( | & | $redirectParams | ) |
Use this hook to alter the set of parameter names such as "oldid" that are preserved when using redirecting special pages such as Special:MyPage and Special:MyTalk.
string[] | &$redirectParams | Array of parameters preserved by redirecting special pages |
Implemented in MediaWiki\HookContainer\HookRunner.