MediaWiki master
SpecialNewpagesConditionsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
29 public function onSpecialNewpagesConditions( $special, $opts, &$conds,
30 &$tables, &$fields, &$join_conds
31 );
32}
Helper class to keep track of options when mixing links and form elements.
This is a hook handler interface, see docs/Hooks.md.
onSpecialNewpagesConditions( $special, $opts, &$conds, &$tables, &$fields, &$join_conds)
This hook is called when building the SQL query for Special:NewPages.