MediaWiki REL1_37
SpecialContributionsBeforeMainOutputHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use User;
7
Special:Contributions, show user contributions in a paged list.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:69
onSpecialContributionsBeforeMainOutput( $id, $user, $sp)
This hook is called before the form on Special:Contributions.