MediaWiki REL1_39
MediaWiki\Hook\SkinTemplateNavigationHook Interface Reference

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

Inheritance diagram for MediaWiki\Hook\SkinTemplateNavigationHook:

Public Member Functions

 onSkinTemplateNavigation ( $sktemplate, &$links)
 This hook is called on content pages after the tabs have been added, but before variants have been added.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SkinTemplateNavigation" to register handlers implementing this interface.

Stability: stable
to implement
Deprecated
since 1.39 Use SkinTemplateNavigation__Universal instead

Definition at line 15 of file SkinTemplateNavigationHook.php.

Member Function Documentation

◆ onSkinTemplateNavigation()

MediaWiki\Hook\SkinTemplateNavigationHook::onSkinTemplateNavigation ( $sktemplate,
& $links )

This hook is called on content pages after the tabs have been added, but before variants have been added.

Since
1.35
Parameters
SkinTemplate$sktemplate
array&$linksStructured navigation links. This is used to alter the navigation for skins which use buildNavigationUrls such as Vector.
Returns
void This hook must not abort, it must return no value
Deprecated
since 1.39 Use SkinTemplateNavigation__Universal::onSkinTemplateNavigation__Universal instead

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: