MediaWiki master
RecentChangesPurgeRowsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
22 public function onRecentChangesPurgeRows( $rows ): void;
23}
This is a hook handler interface, see docs/Hooks.md.
onRecentChangesPurgeRows( $rows)
This hook is called by RecentChangesUpdateJob when expired recentchanges rows are deleted,...