MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onFetchChangesList ( $user, $skin, &$list, $groups) | |
This hook is called when fetching the ChangesList derivative for a particular user. | |
Stable to implement.
Definition at line 14 of file FetchChangesListHook.php.
MediaWiki\Hook\FetchChangesListHook::onFetchChangesList | ( | $user, | |
$skin, | |||
& | $list, | ||
$groups | |||
) |
This hook is called when fetching the ChangesList derivative for a particular user.
User | $user | User the list is being fetched for |
Skin | $skin | Skin object to be used with the list |
ChangesList | null | &$list | Defaults to NULL. Change it to an object instance and return false to override the list derivative used. |
ChangesListFilterGroup[] | $groups | Added in 1.34 |
Implemented in MediaWiki\HookContainer\HookRunner.