MediaWiki master
SendWatchlistEmailNotificationHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Mail\Hook;
4
8
28 public function onSendWatchlistEmailNotification( $targetUser, $title, $enotif );
29}
30
32class_alias( SendWatchlistEmailNotificationHook::class, 'MediaWiki\\Hook\\SendWatchlistEmailNotificationHook' );
Find watchers and create notifications after a page is changed.
Represents a title within MediaWiki.
Definition Title.php:69
User class for the MediaWiki software.
Definition User.php:108
onSendWatchlistEmailNotification( $targetUser, $title, $enotif)
Use this hook to cancel watchlist email notifications (enotifwatchlist) for an edit.