MediaWiki master
MediaWiki\Hook\UserEditCountUpdateHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onUserEditCountUpdate ( $infos)
 This is called from a deferred update on edit or move and provides collected user edit count information.
 

Detailed Description

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

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

Stability: stable
to implement
Since
1.38

Definition at line 15 of file UserEditCountUpdateHook.php.

Member Function Documentation

◆ onUserEditCountUpdate()

MediaWiki\Hook\UserEditCountUpdateHook::onUserEditCountUpdate ( $infos)

This is called from a deferred update on edit or move and provides collected user edit count information.

Parameters
UserEditCountInfo[]$infos
Returns
void

Implemented in MediaWiki\HookContainer\HookRunner.


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