MediaWiki  master
EmailUserFormHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use HTMLForm;
6 
14 interface EmailUserFormHook {
23  public function onEmailUserForm( &$form );
24 }
Object handling generic submission, CSRF protection, layout and other logic for UI forms in a reusabl...
Definition: HTMLForm.php:153
This is a hook handler interface, see docs/Hooks.md.
onEmailUserForm(&$form)
This hook is called after building the email user form object.