MediaWiki master
UserMailerTransformContentHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
28 public function onUserMailerTransformContent( $to, $from, &$body, &$error );
29}
Stores a single person's name and email address.
This is a hook handler interface, see docs/Hooks.md.
onUserMailerTransformContent( $to, $from, &$body, &$error)
This hook is called in UserMailer::send() to change email contents.