MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onGetAutoPromoteGroups ( $user, &$promote) | |
This hook is called when determining which autopromote groups a user is entitled to be in. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GetAutoPromoteGroups" to register handlers implementing this interface.
Definition at line 14 of file GetAutoPromoteGroupsHook.php.
MediaWiki\User\Hook\GetAutoPromoteGroupsHook::onGetAutoPromoteGroups | ( | $user, | |
& | $promote | ||
) |
This hook is called when determining which autopromote groups a user is entitled to be in.
Implemented in MediaWiki\HookContainer\HookRunner.