MediaWiki master
MediaWiki\RenameUser\Hook\RenameUserPreRenameHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onRenameUserPreRename (int $uid, string $old, string $new)
 Called before a user is renamed.
 

Detailed Description

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

Use the hook name "RenameUserPreRename" 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 RenameUserPreRenameHook.php.

Member Function Documentation

◆ onRenameUserPreRename()

MediaWiki\RenameUser\Hook\RenameUserPreRenameHook::onRenameUserPreRename ( int $uid,
string $old,
string $new )

Called before a user is 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: