MediaWiki master
UserEditCountUpdateHook.php
Go to the documentation of this file.
1<?php
2
4
6
23 public function onUserEditCountUpdate( $infos ): void;
24}
25
27class_alias( UserEditCountUpdateHook::class, 'MediaWiki\\Hook\\UserEditCountUpdateHook' );
Helper class for UserEditCountUpdate.
This is a hook handler interface, see docs/Hooks.md.
onUserEditCountUpdate( $infos)
This is called from a deferred update on edit or move and provides collected user edit count informat...