MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserIsBot ( $user, &$isBot) | |
Use this hook to establish whether a user is a bot account. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserIsBot" to register handlers implementing this interface.
Definition at line 14 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 | |
bool | &$isBot | Whether this is user a bot or not (boolean) |
Implemented in MediaWiki\HookContainer\HookRunner.