MediaWiki REL1_37
PreferencesFormPreSaveHook.php
Go to the documentation of this file.
1<?php
2
4
5use HTMLForm;
6use User;
7
28 public function onPreferencesFormPreSave( $formData, $form, $user, &$result,
29 $oldUserOptions
30 );
31}
Object handling generic submission, CSRF protection, layout and other logic for UI forms in a reusabl...
Definition HTMLForm.php:143
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:69
This is a hook handler interface, see docs/Hooks.md.
onPreferencesFormPreSave( $formData, $form, $user, &$result, $oldUserOptions)
Use this hook to override preferences being saved.