MediaWiki REL1_35
ContributionsToolLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Title;
7
26 public function onContributionsToolLinks( $id, $title, &$tools, $specialPage );
27}
Parent class for all special pages.
Represents a title within MediaWiki.
Definition Title.php:42
onContributionsToolLinks( $id, $title, &$tools, $specialPage)
Use this hook to change the tool links above Special:Contributions.