Manual:Hooks/UserLoadDefaults
Appearance
| UserLoadDefaults | |
|---|---|
| Available from version 1.13.0 Called when loading a default user | |
| Define function: | public static function onUserLoadDefaults( $user, $name ) { ... }
|
| Attach hook: | In extension.json:
{
"Hooks": {
"UserLoadDefaults": "MediaWiki\\Extension\\MyExtension\\Hooks::onUserLoadDefaults"
}
}
|
| Called from: | File(s): User.php |
| Interface: | UserLoadDefaultsHook.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:UserLoadDefaults extensions.
Details
[edit]- user: user object
- name: user name