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