MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserLogout ( $user) | |
This hook is called before a user logs out. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserLogout" to register handlers implementing this interface.
Definition at line 14 of file UserLogoutHook.php.
MediaWiki\User\Hook\UserLogoutHook::onUserLogout | ( | $user | ) |
This hook is called before a user logs out.
User | $user | The user that is about to be logged out |
Implemented in MediaWiki\HookContainer\HookRunner.