MediaWiki master
RecentChangesPurgeQueryHook.php
Go to the documentation of this file.
1<?php
2
4
6
31 public function onRecentChangesPurgeQuery( $query, &$callbacks );
32
33}
Build SELECT queries with a fluent interface.
This is a hook handler interface, see docs/Hooks.md.
onRecentChangesPurgeQuery( $query, &$callbacks)
This hook is called by RecentChangesUpdateJob before recentchanges rows are deleted.