MediaWiki
REL1_40
ContributionsToolLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use
SpecialPage
;
7
15
interface
ContributionsToolLinksHook
{
29
public
function
onContributionsToolLinks
( $id,
Title
$title
, array &$tools,
SpecialPage
$specialPage );
30
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
SpecialPage
Parent class for all special pages.
Definition
SpecialPage.php:45
MediaWiki\Hook\ContributionsToolLinksHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ContributionsToolLinksHook.php:15
MediaWiki\Hook\ContributionsToolLinksHook\onContributionsToolLinks
onContributionsToolLinks( $id, Title $title, array &$tools, SpecialPage $specialPage)
Use this hook to change the tool links above Special:Contributions.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:39
includes
specials
Hook
ContributionsToolLinksHook.php
Generated on Thu Jun 27 2024 14:04:15 for MediaWiki by
1.10.0