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)
internal since 1.36
Definition User.php:93
The base class for all skins.
Definition Skin.php:58
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.