MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onAutopromoteCondition ( $type, $args, $user, &$result) | |
Use this hook to check autopromote condition for user. | |
Stable to implement.
Definition at line 11 of file AutopromoteConditionHook.php.
MediaWiki\User\Hook\AutopromoteConditionHook::onAutopromoteCondition | ( | $type, | |
$args, | |||
$user, | |||
& | $result | ||
) |
Use this hook to check autopromote condition for user.
string | $type | Condition type |
array | $args | Arguments |
User | $user | |
array | &$result | Result of checking autopromote condition |
Implemented in MediaWiki\HookContainer\HookRunner.