| UserEditCountUpdate | |
|---|---|
| Available fromversion 1.38.0 (Gerrit change 758119) This is called from a deferred update on edit or move and provides collected user edit count information. | |
| Define function: | publicstaticfunctiononUserEditCountUpdate($infos){...} |
| Attach hook: | Inextension.json:{"Hooks":{"UserEditCountUpdate":"MediaWiki\\Extension\\MyExtension\\Hooks::onUserEditCountUpdate"}} |
| Called from: | File(s):deferred/UserEditCountUpdate.php Function(s):doUpdate |
| Interface: | UserEditCountUpdateHook.php |
For more information about attaching hooks, seeManual:Hooks.
For examples of extensions using this hook, seeCategory:UserEditCountUpdate extensions.