MediaWiki master
MediaWiki\Hook\SpecialPrefixIndexGetFormFiltersHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSpecialPrefixIndexGetFormFilters (IContextSource $contextSource, array &$filters)
 This hook is called with a list of filters to render on Special:PrefixIndex.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialPrefixIndexGetFormFilters" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file SpecialPrefixIndexGetFormFiltersHook.php.

Member Function Documentation

◆ onSpecialPrefixIndexGetFormFilters()

MediaWiki\Hook\SpecialPrefixIndexGetFormFiltersHook::onSpecialPrefixIndexGetFormFilters ( IContextSource $contextSource,
array & $filters )

This hook is called with a list of filters to render on Special:PrefixIndex.

Since
1.42
Parameters
IContextSource$contextSource
array&$filtersList of filter object definitions (compatible with OOUI form)
Returns
void Un-abortable hook

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: