MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialContributions__getForm__filters ( $sp, &$filters) | |
This hook is called with a list of filters to render on Special:Contributions. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialContributions::getForm::filters" to register handlers implementing this interface.
Definition at line 15 of file SpecialContributions__getForm__filtersHook.php.
MediaWiki\Hook\SpecialContributions__getForm__filtersHook::onSpecialContributions__getForm__filters | ( | $sp, | |
& | $filters ) |
This hook is called with a list of filters to render on Special:Contributions.
SpecialContributions | $sp | SpecialContributions object, for context |
array | &$filters | List of filter object definitions (compatible with OOUI form) |
Implemented in MediaWiki\HookContainer\HookRunner.