MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSpecialNewPagesFilters ( $special, &$filters) | |
This hook is called after building form options at NewPages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialNewPagesFilters" to register handlers implementing this interface.
Definition at line 14 of file SpecialNewPagesFiltersHook.php.
MediaWiki\Hook\SpecialNewPagesFiltersHook::onSpecialNewPagesFilters | ( | $special, | |
& | $filters ) |
This hook is called after building form options at NewPages.
SpecialNewPages | $special | The special page object |
array | &$filters | Associative array of filter definitions. The keys are the HTML name/URL parameters. Each key maps to an associative array with a 'msg' (message key) and a 'default' value. |
Implemented in MediaWiki\HookContainer\HookRunner.