MediaWiki
REL1_35
SpecialNewpagesConditionsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
FormOptions
;
6
use
NewPagesPager
;
7
12
interface
SpecialNewpagesConditionsHook
{
26
public
function
onSpecialNewpagesConditions
( $special, $opts, &$conds,
27
&$tables, &$fields, &$join_conds
28
);
29
}
FormOptions
Helper class to keep track of options when mixing links and form elements.
Definition
FormOptions.php:35
NewPagesPager
Definition
NewPagesPager.php:27
MediaWiki\Hook\SpecialNewpagesConditionsHook
Stable to implement.
Definition
SpecialNewpagesConditionsHook.php:12
MediaWiki\Hook\SpecialNewpagesConditionsHook\onSpecialNewpagesConditions
onSpecialNewpagesConditions( $special, $opts, &$conds, &$tables, &$fields, &$join_conds)
This hook is called when building the SQL query for Special:NewPages.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialNewpagesConditionsHook.php
Generated on Sat Apr 6 2024 00:07:54 for MediaWiki by
1.9.8