MediaWiki 1.40.4
ContributionsToolLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
29 public function onContributionsToolLinks( $id, Title $title, array &$tools, SpecialPage $specialPage );
30}
Represents a title within MediaWiki.
Definition Title.php:82
Parent class for all special pages.
This is a hook handler interface, see docs/Hooks.md.
onContributionsToolLinks( $id, Title $title, array &$tools, SpecialPage $specialPage)
Use this hook to change the tool links above Special:Contributions.