MediaWiki master
MediaWiki\Hook\AbortTalkPageEmailNotificationHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onAbortTalkPageEmailNotification ( $targetUser, $title)
 Use this hook to disable email notifications of edits to users' talk pages.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "AbortTalkPageEmailNotification" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file AbortTalkPageEmailNotificationHook.php.

Member Function Documentation

◆ onAbortTalkPageEmailNotification()

MediaWiki\Hook\AbortTalkPageEmailNotificationHook::onAbortTalkPageEmailNotification ( $targetUser,
$title )

Use this hook to disable email notifications of edits to users' talk pages.

Since
1.35
Parameters
User$targetUserUser whom to send talk page email notification
Title$titlePage title
Returns
bool|void True or no return value to continue, or false to cancel talk page email notification

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: