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