MediaWiki
REL1_39
HistoryPageToolLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
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 anchor link elements for pages.
Definition
LinkRenderer.php:43
IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:58
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 Thu Nov 21 2024 05:22:16 for MediaWiki by
1.10.0