MediaWiki  master
RenameUserAbortHook.php
Go to the documentation of this file.
1 <?php
2 
4 
17 
27  public function onRenameUserAbort( int $uid, string $old, string $new );
28 
29 }
This is a hook handler interface, see docs/Hooks.md.
onRenameUserAbort(int $uid, string $old, string $new)
Allows the renaming to be aborted.