MediaWiki master
ChangeUserGroupsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
28 public function onChangeUserGroups( $performer, $user, &$add, &$remove );
29}
internal since 1.36
Definition User.php:93
This is a hook handler interface, see docs/Hooks.md.
onChangeUserGroups( $performer, $user, &$add, &$remove)
This hook is called before user groups are changed.
Interface for objects representing user identity.