MediaWiki REL1_35
MediaWiki\Hook\AbortTalkPageEmailNotificationHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\AbortTalkPageEmailNotificationHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 12 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: