MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserLoadFromDatabase ( $user, &$s) | |
This hook is called when loading a user from the database. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserLoadFromDatabase" to register handlers implementing this interface.
Definition at line 15 of file UserLoadFromDatabaseHook.php.
MediaWiki\User\Hook\UserLoadFromDatabaseHook::onUserLoadFromDatabase | ( | $user, | |
& | $s ) |
This hook is called when loading a user from the database.
User | $user | |
stdClass | bool | &$s | Database query object |
Implemented in MediaWiki\HookContainer\HookRunner.