MediaWiki master
ContributionsToolLinksHook.php
Go to the documentation of this file.
1<?php
2
4
7
29 public function onContributionsToolLinks( $id, Title $title, array &$tools, SpecialPage $specialPage );
30}
31
33class_alias( ContributionsToolLinksHook::class, 'MediaWiki\\Hook\\ContributionsToolLinksHook' );
Parent class for all special pages.
Represents a title within MediaWiki.
Definition Title.php:69
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.