MediaWiki REL1_39
SkinTemplateNavigationHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
29 public function onSkinTemplateNavigation( $sktemplate, &$links ): void;
30}
Base class for QuickTemplate-based skins.
This is a hook handler interface, see docs/Hooks.md.
onSkinTemplateNavigation( $sktemplate, &$links)
This hook is called on content pages after the tabs have been added, but before variants have been ad...