MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSendWatchlistEmailNotification ( $targetUser, $title, $enotif) | |
Use this hook to cancel watchlist email notifications (enotifwatchlist) for an edit. | |
Stable to implement.
Definition at line 13 of file SendWatchlistEmailNotificationHook.php.
MediaWiki\Hook\SendWatchlistEmailNotificationHook::onSendWatchlistEmailNotification | ( | $targetUser, | |
$title, | |||
$enotif | |||
) |
Use this hook to cancel watchlist email notifications (enotifwatchlist) for an edit.
User | $targetUser | User whom to send watchlist email notification |
Title | $title | Page title |
EmailNotification | $enotif |
Implemented in MediaWiki\HookContainer\HookRunner.