MediaWiki master
MediaWiki\Hook\EmailUserFormHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onEmailUserForm (&$form)
 This hook is called after building the email user form object.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "EmailUserForm" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file EmailUserFormHook.php.

Member Function Documentation

◆ onEmailUserForm()

MediaWiki\Hook\EmailUserFormHook::onEmailUserForm ( & $form)

This hook is called after building the email user form object.

Since
1.35
Parameters
HTMLForm&$formHTMLForm object
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: