|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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().
| User | $user | User in question. |
| bool | &$locked | Set true if the user should be locked. |
Implemented in MediaWiki\HookContainer\HookRunner.