MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserIsBot ( $user, &$isBot) | |
Use this hook to establish whether a user is a bot account. | |
Stable to implement.
Definition at line 11 of file UserIsBotHook.php.
MediaWiki\User\Hook\UserIsBotHook::onUserIsBot | ( | $user, | |
& | $isBot | ||
) |
Use this hook to establish whether a user is a bot account.
User | $user | The user |
bool | &$isBot | Whether this is user a bot or not (boolean) |
Implemented in MediaWiki\HookContainer\HookRunner.