Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431993
RenameUserCompleteHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
697 B
Referenced Files
None
Subscribers
None
RenameUserCompleteHook.php
View Options
<?php
namespace
MediaWiki\RenameUser\Hook
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "RenameUserComplete" to register handlers implementing this interface.
*
* Between MediaWiki 1.36 and 1.39, this interface was part of the Renameuser extension,
* with the namespace MediaWiki\Extension\Renameuser\Hook.
*
* @stable to implement
* @ingroup Hooks
* @since 1.40
*/
interface
RenameUserCompleteHook
{
/**
* Called after a user was renamed.
*
* @param int $uid The user ID
* @param string $old The old username
* @param string $new The new username
*/
public
function
onRenameUserComplete
(
int
$uid
,
string
$old
,
string
$new
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:18 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
36/d6/266bdf047ff88cf7fa727d91e55f
Default Alt Text
RenameUserCompleteHook.php (697 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment