wiki.techinc.nl/includes/deferred/Hook
Tim Starling 960a7925ae Add hook UserEditCountUpdate
Add a hook which runs at the end of UserEditCountUpdate. The idea is to
allow CentralAuth to keep its own similar edit count. There's no
other hook appropriate for this purpose since
UserEditTracker::incrementUserEditCount() has multiple callers.

Convert the private associative array in UserEditCountUpdate to a class.
Instances of the class are passed to the new hook. A class is better
suited to a public interface.

Bug: T300075
Change-Id: I16a92e6a6e9faf1be4c7fbe25354a08559df163d
2022-01-31 17:00:49 +11:00
..
LinksUpdateAfterInsertHook.php
LinksUpdateCompleteHook.php
LinksUpdateConstructedHook.php
LinksUpdateHook.php
UserEditCountUpdateHook.php Add hook UserEditCountUpdate 2022-01-31 17:00:49 +11:00