MediaWiki master
SpecialPrefixIndexQueryHook.php
Go to the documentation of this file.
1<?php
2
4
6
25 public function onSpecialPrefixIndexQuery( array $fieldData, SelectQueryBuilder $queryBuilder );
26}
27
29class_alias( SpecialPrefixIndexQueryHook::class, 'MediaWiki\\Hook\\SpecialPrefixIndexQueryHook' );
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.