MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onContributionsToolLinks ( $id, $title, &$tools, $specialPage) | |
Use this hook to change the tool links above Special:Contributions. | |
Stable to implement.
Definition at line 12 of file ContributionsToolLinksHook.php.
MediaWiki\Hook\ContributionsToolLinksHook::onContributionsToolLinks | ( | $id, | |
$title, | |||
& | $tools, | ||
$specialPage | |||
) |
Use this hook to change the tool links above Special:Contributions.
int | $id | User identifier |
Title | $title | User page title |
string[] | &$tools | Array of tool links |
SpecialPage | $specialPage | SpecialPage instance for context and services. Can be either SpecialContributions or DeletedContributionsPage. Extensions should type hint against a generic SpecialPage though. |
Implemented in MediaWiki\HookContainer\HookRunner.