MediaWiki master
SpecialNewpagesConditionsHook.php
Go to the documentation of this file.
1<?php
2
4
7
29 public function onSpecialNewpagesConditions( $special, $opts, &$conds,
30 &$tables, &$fields, &$join_conds
31 );
32}
33
35class_alias( SpecialNewpagesConditionsHook::class, 'MediaWiki\\Hook\\SpecialNewpagesConditionsHook' );
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.