MediaWiki REL1_40
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserEditCountUpdate" to register handlers implementing this interface.
Definition at line 15 of file UserEditCountUpdateHook.php.
MediaWiki\Hook\UserEditCountUpdateHook::onUserEditCountUpdate | ( | $infos | ) |
This is called from a deferred update on edit or move and provides collected user edit count information.
UserEditCountInfo[] | $infos |
Implemented in MediaWiki\HookContainer\HookRunner.