MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEmailUserForm (&$form) | |
This hook is called after building the email user form object. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EmailUserForm" to register handlers implementing this interface.
Definition at line 14 of file EmailUserFormHook.php.
MediaWiki\Hook\EmailUserFormHook::onEmailUserForm | ( | & | $form | ) |
This hook is called after building the email user form object.
Implemented in MediaWiki\HookContainer\HookRunner.