MediaWiki master
SpecialWhatLinksHereQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
30 $table,
31 $data,
32 $queryBuilder
33 );
34}
Build SELECT queries with a fluent interface.
This is a hook handler interface, see docs/Hooks.md.
onSpecialWhatLinksHereQuery( $table, $data, $queryBuilder)
Use this hook to modify the query used by Special:WhatLinksHere.