MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserSendConfirmationMail ( $user, &$mail, $info) | |
This hook is called just before a confirmation email is sent to a user. | |
Stable to implement.
Definition at line 11 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.