MediaWiki REL1_39
FetchChangesListHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7use Skin;
8use User;
9
31 public function onFetchChangesList( $user, $skin, &$list, $groups );
32}
Represents a filter group (used on ChangesListSpecialPage and descendants)
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:48
internal since 1.36
Definition User.php:70
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.