|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onSpecialNewpagesConditions ( $special, $opts, &$conds, &$tables, &$fields, &$join_conds) | |
| This hook is called when building the SQL query for Special:NewPages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialNewpagesConditions" to register handlers implementing this interface.
Definition at line 15 of file SpecialNewpagesConditionsHook.php.
| MediaWiki\Specials\Hook\SpecialNewpagesConditionsHook::onSpecialNewpagesConditions | ( | $special, | |
| $opts, | |||
| & | $conds, | ||
| & | $tables, | ||
| & | $fields, | ||
| & | $join_conds ) |
This hook is called when building the SQL query for Special:NewPages.
| NewPagesPager | $special | NewPagesPager object (subclass of ReverseChronologicalPager) |
| FormOptions | $opts | FormOptions object containing special page options |
| array | &$conds | array of WHERE conditionals for query |
| array | &$tables | array of tables to be queried |
| array | &$fields | array of columns to select |
| array | &$join_conds | join conditions for the tables |
Implemented in MediaWiki\HookContainer\HookRunner.