MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialContributionsBeforeMainOutput ( $id, $user, $sp) | |
This hook is called before the form on Special:Contributions. | |
Stable to implement.
Definition at line 12 of file SpecialContributionsBeforeMainOutputHook.php.
MediaWiki\Hook\SpecialContributionsBeforeMainOutputHook::onSpecialContributionsBeforeMainOutput | ( | $id, | |
$user, | |||
$sp | |||
) |
This hook is called before the form on Special:Contributions.
int | $id | User id number, only provided for backwards-compatibility |
User | $user | User object representing user contributions are being fetched for |
SpecialContributions | $sp | SpecialPage instance, providing context |
Implemented in MediaWiki\HookContainer\HookRunner.