MediaWiki master
SaveUserOptionsHook.php
Go to the documentation of this file.
1<?php
2
4
6
33 public function onSaveUserOptions( UserIdentity $user, array &$modifiedOptions, array $originalOptions );
34}
This is a hook handler interface, see docs/Hooks.md.
onSaveUserOptions(UserIdentity $user, array &$modifiedOptions, array $originalOptions)
This hook is called just before saving user preferences.
Interface for objects representing user identity.