MediaWiki master
SpecialPrefixIndexGetFormFiltersHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use IContextSource;
6
24 public function onSpecialPrefixIndexGetFormFilters( IContextSource $contextSource, array &$filters );
25}
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
onSpecialPrefixIndexGetFormFilters(IContextSource $contextSource, array &$filters)
This hook is called with a list of filters to render on Special:PrefixIndex.