MediaWiki master
RenameUserWarningHook.php
Go to the documentation of this file.
1<?php
2
4
17
27 public function onRenameUserWarning( string $oldUsername, string $newUsername, array &$warnings ): void;
28
29}
This is a hook handler interface, see docs/Hooks.md.
onRenameUserWarning(string $oldUsername, string $newUsername, array &$warnings)
Called on Special:Renameuser before a user is renamed.