MediaWiki master
SpecialPrefixIndexQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
25 public function onSpecialPrefixIndexQuery( array $fieldData, SelectQueryBuilder $queryBuilder );
26}
Build SELECT queries with a fluent interface.
This is a hook handler interface, see docs/Hooks.md.
onSpecialPrefixIndexQuery(array $fieldData, SelectQueryBuilder $queryBuilder)
Use this hook to modify the query used by Special:PrefixIndex.