|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onUserIsLocked ( $user, &$locked) | |
| Use this hook to establish that a user is locked. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserIsLocked" to register handlers implementing this interface.
Definition at line 14 of file UserIsLockedHook.php.
| MediaWiki\User\Hook\UserIsLockedHook::onUserIsLocked | ( | $user, | |
| & | $locked ) |
Use this hook to establish that a user is locked.
See User::isLocked().
Implemented in MediaWiki\HookContainer\HookRunner.