MediaWiki master
ModifyExportQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
32 public function onModifyExportQuery( $db, &$tables, $cond, &$opts,
33 &$join_conds, &$conds
34 );
35}
This is a hook handler interface, see docs/Hooks.md.
onModifyExportQuery( $db, &$tables, $cond, &$opts, &$join_conds, &$conds)
Use this hook to modify the query used by the exporter.
A database connection without write operations.