MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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.
This hook is run for any ContributionsSpecialPage, not just SpecialContributions.
Definition at line 17 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.
ContributionsSpecialPage | $sp | Special page object, for context |
array | &$filters | List of filter object definitions (compatible with OOUI form) |
Implemented in MediaWiki\HookContainer\HookRunner.