MediaWiki master
LoadUserOptionsHook.php
Go to the documentation of this file.
1<?php
2
4
6
24 public function onLoadUserOptions( UserIdentity $user, array &$options ): void;
25}
This is a hook handler interface, see docs/Hooks.md.
onLoadUserOptions(UserIdentity $user, array &$options)
This hook is called when user options/preferences are being loaded from the database.
Interface for objects representing user identity.