MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialNewPagesFilters ( $special, &$filters) | |
This hook is called after building form options at NewPages. | |
Stable to implement.
Definition at line 11 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.