MediaWiki  master
RenameUserSQLHook.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
18 interface RenameUserSQLHook {
19 
25  public function onRenameUserSQL( RenameuserSQL $renameUserSql ): void;
26 
27 }
Class which performs the actual renaming of users.
This is a hook handler interface, see docs/Hooks.md.
onRenameUserSQL(RenameuserSQL $renameUserSql)
Called in the constructer of RenameuserSQL (which performs the actual renaming of users).