MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. 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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "RecentChangesPurgeRows" to register handlers implementing this interface.
Definition at line 12 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.
\\stdClass[] | $rows | Deleted rows as an array of recentchanges row objects (with up to $wgUpdateRowsPerQuery items) |
Implemented in MediaWiki\HookContainer\HookRunner.