MediaWiki REL1_35
SkinTemplateNavigationHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
23 public function onSkinTemplateNavigation( $sktemplate, &$links ) : void;
24}
Base class for template-based skins.
onSkinTemplateNavigation( $sktemplate, &$links)
This hook is called on content pages after the tabs have been added, but before variants have been ad...