MediaWiki
REL1_39
UserMailerTransformContentHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MailAddress
;
6
14
interface
UserMailerTransformContentHook
{
28
public
function
onUserMailerTransformContent
( $to, $from, &$body, &$error );
29
}
MailAddress
Stores a single person's name and email address.
Definition
MailAddress.php:36
MediaWiki\Hook\UserMailerTransformContentHook
This is a hook handler interface, see docs/Hooks.md.
Definition
UserMailerTransformContentHook.php:14
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 Thu Nov 21 2024 05:23:29 for MediaWiki by
1.10.0