MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onRecentChangesPurgeRows ( $rows) | |
This hook is called when old recentchanges rows are purged, after deleting those rows but within the same transaction. | |
Stable to implement.
Definition at line 9 of file RecentChangesPurgeRowsHook.php.
MediaWiki\Hook\RecentChangesPurgeRowsHook::onRecentChangesPurgeRows | ( | $rows | ) |
This hook is called when old recentchanges rows are purged, after deleting those rows but within the same transaction.
array | $rows | Deleted rows as an array of recentchanges row objects (with up to $wgUpdateRowsPerQuery items) |
Implemented in MediaWiki\HookContainer\HookRunner.