MediaWiki master
EmailUserFormHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
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:206
This is a hook handler interface, see docs/Hooks.md.
onEmailUserForm(&$form)
This hook is called after building the email user form object.