MediaWiki master
MediaWiki\RenameUser\Hook\RenameUserSQLHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onRenameUserSQL (RenameuserSQL $renameUserSql)
 Called in the constructer of RenameuserSQL (which performs the actual renaming of users).
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "RenameUserSQL" to register handlers implementing this interface.

Between MediaWiki 1.36 and 1.39, this interface was part of the Renameuser extension, with the namespace MediaWiki\Extension\Renameuser\Hook.

Stability: stable
to implement
Since
1.40

Definition at line 18 of file RenameUserSQLHook.php.

Member Function Documentation

◆ onRenameUserSQL()

MediaWiki\RenameUser\Hook\RenameUserSQLHook::onRenameUserSQL ( RenameuserSQL $renameUserSql)

Called in the constructer of RenameuserSQL (which performs the actual renaming of users).

Parameters
RenameuserSQL$renameUserSql

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: