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 |
||
|---|---|---|
| .. | ||
| DeprecatedHooks.php | ||
| GlobalHookRegistry.php | ||
| HookContainer.php | ||
| HookRegistry.php | ||
| HookRunner.php | ||
| ProtectedHookAccessorTrait.php | ||
| StaticHookRegistry.php | ||