MediaWiki REL1_39
RecentChangesPurgeRowsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
23 public function onRecentChangesPurgeRows( $rows );
24}
This is a hook handler interface, see docs/Hooks.md.
onRecentChangesPurgeRows( $rows)
This hook is called when old recentchanges rows are purged, after deleting those rows but within the ...