MediaWiki
master
HistoryPageToolLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Context\IContextSource
;
6
use
MediaWiki\Linker\LinkRenderer
;
7
15
interface
HistoryPageToolLinksHook
{
26
public
function
onHistoryPageToolLinks
(
IContextSource
$context,
LinkRenderer
$linkRenderer, array &$links );
27
}
MediaWiki\Linker\LinkRenderer
Class that generates HTML for internal links.
Definition
LinkRenderer.php:47
MediaWiki\Context\IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:71
MediaWiki\Hook\HistoryPageToolLinksHook
This is a hook handler interface, see docs/Hooks.md.
Definition
HistoryPageToolLinksHook.php:15
MediaWiki\Hook\HistoryPageToolLinksHook\onHistoryPageToolLinks
onHistoryPageToolLinks(IContextSource $context, LinkRenderer $linkRenderer, array &$links)
Use this hook to add one or more links to revision history page subtitle.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
actions
Hook
HistoryPageToolLinksHook.php
Generated on Mon Jan 20 2025 17:22:53 for MediaWiki by
1.10.0