MediaWiki master
SpecialUserRightsChangeableGroupsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
39 Authority $authority,
40 UserIdentity $target,
41 array $addableGroups,
42 array &$restrictedGroups
43 ): void;
44}
onSpecialUserRightsChangeableGroups(Authority $authority, UserIdentity $target, array $addableGroups, array &$restrictedGroups)
This hook is called on checking changeable groups in SpecialUserRights.
This interface represents the authority associated with the current execution context,...
Definition Authority.php:23
Interface for objects representing user identity.