MediaWiki master
HistoryPageToolLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
26 public function onHistoryPageToolLinks( IContextSource $context, LinkRenderer $linkRenderer, array &$links );
27}
Class that generates HTML for internal links.
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
onHistoryPageToolLinks(IContextSource $context, LinkRenderer $linkRenderer, array &$links)
Use this hook to add one or more links to revision history page subtitle.