MediaWiki
master
SpecialWhatLinksHereQueryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
Wikimedia\Rdbms\SelectQueryBuilder
;
6
14
interface
SpecialWhatLinksHereQueryHook
{
29
public
function
onSpecialWhatLinksHereQuery
(
30
$table,
31
$data,
32
$queryBuilder
33
);
34
}
35
37
class_alias( SpecialWhatLinksHereQueryHook::class,
'MediaWiki\\Hook\\SpecialWhatLinksHereQueryHook'
);
Wikimedia\Rdbms\SelectQueryBuilder
Build SELECT queries with a fluent interface.
Definition
SelectQueryBuilder.php:26
MediaWiki\Specials\Hook\SpecialWhatLinksHereQueryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialWhatLinksHereQueryHook.php:14
MediaWiki\Specials\Hook\SpecialWhatLinksHereQueryHook\onSpecialWhatLinksHereQuery
onSpecialWhatLinksHereQuery( $table, $data, $queryBuilder)
Use this hook to modify the query used by Special:WhatLinksHere.
MediaWiki\Specials\Hook
Definition
AddNewAccountHook.php:3
includes
Specials
Hook
SpecialWhatLinksHereQueryHook.php
Generated on Mon Nov 17 2025 03:27:06 for MediaWiki by
1.10.0