MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onUserSendConfirmationMail ( $user, &$mail, $info) | |
This hook is called just before a confirmation email is sent to a user. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserSendConfirmationMail" to register handlers implementing this interface.
Definition at line 14 of file UserSendConfirmationMailHook.php.
MediaWiki\User\Hook\UserSendConfirmationMailHook::onUserSendConfirmationMail | ( | $user, | |
& | $mail, | ||
$info ) |
This hook is called just before a confirmation email is sent to a user.
Hook handlers can modify the email that will be sent.
User | $user | The User for which the confirmation email is going to be sent |
array | Associative array describing the email, with the following keys:
| |
array | $info | Associative array with additional information:
|
Implemented in MediaWiki\HookContainer\HookRunner.