MediaWiki REL1_35
PreferencesFormPreSaveHook.php
Go to the documentation of this file.
1<?php
2
4
5use HTMLForm;
6use User;
7
25 public function onPreferencesFormPreSave( $formData, $form, $user, &$result,
26 $oldUserOptions
27 );
28}
Object handling generic submission, CSRF protection, layout and other logic for UI forms in a reusabl...
Definition HTMLForm.php:135
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onPreferencesFormPreSave( $formData, $form, $user, &$result, $oldUserOptions)
Use this hook to override preferences being saved.