|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onWikiExporter__dumpStableQuery (&$tables, &$opts, &$join) | |
| Use this hook to get the SELECT query for "stable" revisions dumps. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "WikiExporter::dumpStableQuery" to register handlers implementing this interface.
Definition at line 13 of file WikiExporter__dumpStableQueryHook.php.
| 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.
| array | &$tables | Database tables to use in the SELECT query |
| array | &$opts | Options to use for the query |
| array | &$join | Join conditions |
Implemented in MediaWiki\HookContainer\HookRunner.