MediaWiki master
FetchChangesListHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
8use Skin;
9
31 public function onFetchChangesList( $user, $skin, &$list, $groups );
32}
Represents a filter group (used on ChangesListSpecialPage and descendants)
Base class for lists of recent changes shown on special pages.
User class for the MediaWiki software.
Definition User.php:119
The base class for all skins.
Definition Skin.php:64
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.