MediaWiki master
ChangeUserGroupsHook.php
Go to the documentation of this file.
1<?php
2
4
7
28 public function onChangeUserGroups( $performer, $user, &$add, &$remove );
29}
30
32class_alias( ChangeUserGroupsHook::class, 'MediaWiki\\Hook\\ChangeUserGroupsHook' );
User class for the MediaWiki software.
Definition User.php:108
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.