|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onSpecialContributionsBeforeMainOutput ( $id, $user, $sp) | |
| This hook is called before the form on Special:Contributions. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialContributionsBeforeMainOutput" to register handlers implementing this interface.
Definition at line 15 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.