MediaWiki master
FetchChangesListHook.php
Go to the documentation of this file.
1<?php
2
4
9
31 public function onFetchChangesList( $user, $skin, &$list, $groups );
32}
33
35class_alias( FetchChangesListHook::class, 'MediaWiki\\Hook\\FetchChangesListHook' );
Base class for lists of recent changes shown on special pages.
The base class for all skins.
Definition Skin.php:43
User class for the MediaWiki software.
Definition User.php:108
This is a hook handler interface, see docs/Hooks.md.
onFetchChangesList( $user, $skin, &$list, $groups)
This hook is called when fetching the ChangesList derivative for a particular user.