MediaWiki REL1_35
MediaWiki\Hook\WikiExporter__dumpStableQueryHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\WikiExporter__dumpStableQueryHook:

Public Member Functions

 onWikiExporter__dumpStableQuery (&$tables, &$opts, &$join)
 Use this hook to get the SELECT query for "stable" revisions dumps.
 

Detailed Description

Stable to implement.

Definition at line 10 of file WikiExporter__dumpStableQueryHook.php.

Member Function Documentation

◆ onWikiExporter__dumpStableQuery()

MediaWiki\Hook\WikiExporter__dumpStableQueryHook::onWikiExporter__dumpStableQuery ( $tables,
$opts,
$join 
)

Use this hook to get the SELECT query for "stable" revisions dumps.

One, and only one hook should set this, and return false.

Since
1.35
Parameters
array&$tablesDatabase tables to use in the SELECT query
array&$optsOptions to use for the query
array&$joinJoin conditions
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: