MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSendWatchlistEmailNotification ( $targetUser, $title, $enotif) | |
Use this hook to cancel watchlist email notifications (enotifwatchlist) for an edit. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SendWatchlistEmailNotification" to register handlers implementing this interface.
Definition at line 16 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.