MediaWiki REL1_35
WantedPages__getQueryInfoHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
22 public function onWantedPages__getQueryInfo( $wantedPages, &$query );
23}
A special page that lists most linked pages that does not exist.
onWantedPages__getQueryInfo( $wantedPages, &$query)
This hook is called in WantedPagesPage::getQueryInfo().