MediaWiki
master
GetAutoPromoteGroupsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\User\Hook
;
4
5
use
User
;
6
14
interface
GetAutoPromoteGroupsHook
{
24
public
function
onGetAutoPromoteGroups
( $user, &$promote );
25
}
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition:
User.php:71
MediaWiki\User\Hook\GetAutoPromoteGroupsHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
GetAutoPromoteGroupsHook.php:14
MediaWiki\User\Hook\GetAutoPromoteGroupsHook\onGetAutoPromoteGroups
onGetAutoPromoteGroups( $user, &$promote)
This hook is called when determining which autopromote groups a user is entitled to be in.
MediaWiki\User\Hook
Definition:
AutopromoteConditionHook.php:3
includes
user
Hook
GetAutoPromoteGroupsHook.php
Generated on Thu Mar 30 2023 12:09:46 for MediaWiki by
1.9.1