MediaWiki master
LocalUserOptionsStoreSaveHook.php
Go to the documentation of this file.
1<?php
2
4
6
29 public function onLocalUserOptionsStoreSave( UserIdentity $user, array $oldOptions, array $newOptions ): void;
30}
This is a hook handler interface, see docs/Hooks.md.
onLocalUserOptionsStoreSave(UserIdentity $user, array $oldOptions, array $newOptions)
This hook is called just after saving preferences in LocalUserOptionsStore.
Interface for objects representing user identity.