MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onRenameUserAbort (int $uid, string $old, string $new) | |
Allows the renaming to be aborted. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "RenameUserAbort" 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.
Definition at line 16 of file RenameUserAbortHook.php.
MediaWiki\RenameUser\Hook\RenameUserAbortHook::onRenameUserAbort | ( | int | $uid, |
string | $old, | ||
string | $new ) |
Allows the renaming to be aborted.
int | $uid | The user ID |
string | $old | The old username |
string | $new | The new username |
Implemented in MediaWiki\HookContainer\HookRunner.