MediaWiki
REL1_35
ModifyExportQueryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Wikimedia\Rdbms\IDatabase
;
6
11
interface
ModifyExportQueryHook
{
29
public
function
onModifyExportQuery
( $db, &$tables, $cond, &$opts,
30
&$join_conds, &$conds
31
);
32
}
MediaWiki\Hook\ModifyExportQueryHook
Stable to implement.
Definition
ModifyExportQueryHook.php:11
MediaWiki\Hook\ModifyExportQueryHook\onModifyExportQuery
onModifyExportQuery( $db, &$tables, $cond, &$opts, &$join_conds, &$conds)
Use this hook to modify the query used by the exporter.
Wikimedia\Rdbms\IDatabase
Basic database interface for live and lazy-loaded relation database handles.
Definition
IDatabase.php:38
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
export
Hook
ModifyExportQueryHook.php
Generated on Sat Apr 6 2024 00:07:08 for MediaWiki by
1.9.8