MediaWiki master
MediaWiki\RenameUser\Hook\RenameUserCompleteHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onRenameUserComplete (int $uid, string $old, string $new)
 Called after a user was renamed.
 

Detailed Description

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.

Stability: stable
to implement
Since
1.40

Definition at line 16 of file RenameUserCompleteHook.php.

Member Function Documentation

◆ onRenameUserComplete()

MediaWiki\RenameUser\Hook\RenameUserCompleteHook::onRenameUserComplete ( int  $uid,
string  $old,
string  $new 
)

Called after a user was renamed.

Parameters
int$uidThe user ID
string$oldThe old username
string$newThe new username

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: