MediaWiki REL1_35
SpecialNewpagesConditionsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
26 public function onSpecialNewpagesConditions( $special, $opts, &$conds,
27 &$tables, &$fields, &$join_conds
28 );
29}
Helper class to keep track of options when mixing links and form elements.
onSpecialNewpagesConditions( $special, $opts, &$conds, &$tables, &$fields, &$join_conds)
This hook is called when building the SQL query for Special:NewPages.