< Manual:Hooks 
 
        
      | UserEditCountUpdate | |
|---|---|
| Available from version 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: | public static function onUserEditCountUpdate( $infos ) { ... }
 | 
| Attach hook: | In extension.json: {
	"Hooks": {
		"UserEditCountUpdate": "MyExtensionHooks::onUserEditCountUpdate"
	}
}
 | 
| Called from: | File(s): deferred/UserEditCountUpdate.php Function(s): doUpdate | 
| Interface: | UserEditCountUpdateHook.php | 
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:UserEditCountUpdate extensions.
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.