MediaWiki master
WikiExporter__dumpStableQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
25 public function onWikiExporter__dumpStableQuery( &$tables, &$opts, &$join );
26}
This is a hook handler interface, see docs/Hooks.md.
onWikiExporter__dumpStableQuery(&$tables, &$opts, &$join)
Use this hook to get the SELECT query for "stable" revisions dumps.