Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753031
RecentChangesPurgeRowsHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
732 B
Referenced Files
None
Subscribers
None
RecentChangesPurgeRowsHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "RecentChangesPurgeRows" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
RecentChangesPurgeRowsHook
{
/**
* This hook is called by RecentChangesUpdateJob when expired recentchanges rows are deleted, after
* deleting those rows but within the same database transaction.
*
* @since 1.35
* @param \stdClass[] $rows Deleted rows as an array of recentchanges row objects (with up to
* $wgUpdateRowsPerQuery items)
* @return void This hook must not abort, it must return no value
*/
public
function
onRecentChangesPurgeRows
(
$rows
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 20:41 (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e9/73/fee48325009d8f3df944d775bed1
Default Alt Text
RecentChangesPurgeRowsHook.php (732 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment