MediaWiki  master
FetchChangesListHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use ChangesList;
8 use 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:98
The base class for all skins.
Definition: Skin.php:60
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.