|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onSkinTemplateNavigation__SpecialPage ( $sktemplate, &$links) | |
| This hook is called on special pages after the special tab is added but before variants have been added. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinTemplateNavigation::SpecialPage" to register handlers implementing this interface.
Definition at line 16 of file SkinTemplateNavigation__SpecialPageHook.php.
| MediaWiki\Hook\SkinTemplateNavigation__SpecialPageHook::onSkinTemplateNavigation__SpecialPage | ( | $sktemplate, | |
| & | $links ) |
This hook is called on special pages after the special tab is added but before variants have been added.
| SkinTemplate | $sktemplate | |
| array | &$links | Structured navigation links. This is used to alter the navigation for skins which use buildNavigationUrls such as Vector. |
Implemented in MediaWiki\HookContainer\HookRunner.