MediaWiki master
UserEditCountUpdateHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
23 public function onUserEditCountUpdate( $infos ): void;
24}
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...