MediaWiki
master
SpecialWhatLinksHereQueryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Wikimedia\Rdbms\SelectQueryBuilder
;
6
14
interface
SpecialWhatLinksHereQueryHook
{
29
public
function
onSpecialWhatLinksHereQuery
(
30
$table,
31
$data,
32
$queryBuilder
33
);
34
}
Wikimedia\Rdbms\SelectQueryBuilder
Build SELECT queries with a fluent interface.
Definition
SelectQueryBuilder.php:26
MediaWiki\Hook\SpecialWhatLinksHereQueryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialWhatLinksHereQueryHook.php:14
MediaWiki\Hook\SpecialWhatLinksHereQueryHook\onSpecialWhatLinksHereQuery
onSpecialWhatLinksHereQuery( $table, $data, $queryBuilder)
Use this hook to modify the query used by Special:WhatLinksHere.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialWhatLinksHereQueryHook.php
Generated on Tue Jan 7 2025 20:24:39 for MediaWiki by
1.10.0