MediaWiki
REL1_35
UserMailerTransformContentHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MailAddress
;
6
11
interface
UserMailerTransformContentHook
{
25
public
function
onUserMailerTransformContent
( $to, $from, &$body, &$error );
26
}
MailAddress
Stores a single person's name and email address.
Definition
MailAddress.php:34
MediaWiki\Hook\UserMailerTransformContentHook
Stable to implement.
Definition
UserMailerTransformContentHook.php:11
MediaWiki\Hook\UserMailerTransformContentHook\onUserMailerTransformContent
onUserMailerTransformContent( $to, $from, &$body, &$error)
This hook is called in UserMailer::send() to change email contents.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
mail
Hook
UserMailerTransformContentHook.php
Generated on Sat Apr 6 2024 00:07:31 for MediaWiki by
1.9.8