MediaWiki
REL1_40
WikiExporter__dumpStableQueryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
13
interface
WikiExporter__dumpStableQueryHook
{
25
public
function
onWikiExporter__dumpStableQuery
( &$tables, &$opts, &$join );
26
}
MediaWiki\Hook\WikiExporter__dumpStableQueryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
WikiExporter__dumpStableQueryHook.php:13
MediaWiki\Hook\WikiExporter__dumpStableQueryHook\onWikiExporter__dumpStableQuery
onWikiExporter__dumpStableQuery(&$tables, &$opts, &$join)
Use this hook to get the SELECT query for "stable" revisions dumps.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
export
Hook
WikiExporter__dumpStableQueryHook.php
Generated on Thu Jun 27 2024 14:02:43 for MediaWiki by
1.10.0