MediaWiki master
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}
Parent class for all special pages.
Represents a title within MediaWiki.
Definition Title.php:78
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.