MediaWiki
REL1_40
UserEditCountUpdateHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
UserEditCountInfo
;
6
15
interface
UserEditCountUpdateHook
{
23
public
function
onUserEditCountUpdate
( $infos ): void;
24
}
UserEditCountInfo
Helper class for UserEditCountUpdate.
Definition
UserEditCountInfo.php:9
MediaWiki\Hook\UserEditCountUpdateHook
This is a hook handler interface, see docs/Hooks.md.
Definition
UserEditCountUpdateHook.php:15
MediaWiki\Hook\UserEditCountUpdateHook\onUserEditCountUpdate
onUserEditCountUpdate( $infos)
This is called from a deferred update on edit or move and provides collected user edit count informat...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
deferred
Hook
UserEditCountUpdateHook.php
Generated on Thu Jun 27 2024 14:02:36 for MediaWiki by
1.10.0