MediaWiki REL1_35
|
Stable to implement. 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. | |
Stable to implement.
Definition at line 9 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.