MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onUserMailerSplitTo (&$to) | |
This hook is called in UserMailer::send() to give extensions a chance to split up an email with multiple To: fields into separate emails. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserMailerSplitTo" to register handlers implementing this interface.
Definition at line 14 of file UserMailerSplitToHook.php.
MediaWiki\Hook\UserMailerSplitToHook::onUserMailerSplitTo | ( | & | $to | ) |
This hook is called in UserMailer::send() to give extensions a chance to split up an email with multiple To: fields into separate emails.
MailAddress[] | &$to | Unset the ones which should be mailed separately |
Implemented in MediaWiki\HookContainer\HookRunner.