MediaWiki master
RenameUserPreRenameHook.php
Go to the documentation of this file.
1<?php
2
4
17
25 public function onRenameUserPreRename( int $uid, string $old, string $new ): void;
26
27}
This is a hook handler interface, see docs/Hooks.md.
onRenameUserPreRename(int $uid, string $old, string $new)
Called before a user is renamed.