MediaWiki master
WantedPages__getQueryInfoHook.php
Go to the documentation of this file.
1<?php
2
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
25 public function onWantedPages__getQueryInfo( $wantedPages, &$query );
26}
27
29class_alias( WantedPages__getQueryInfoHook::class, 'MediaWiki\\Hook\\WantedPages__getQueryInfoHook' );
List of the most-linked pages that do not exist.
This is a hook handler interface, see docs/Hooks.md.
onWantedPages__getQueryInfo( $wantedPages, &$query)
This hook is called in SpecialWantedPages::getQueryInfo().