MediaWiki
1.39.10
AbortTalkPageEmailNotificationHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
use
User
;
7
15
interface
AbortTalkPageEmailNotificationHook
{
26
public
function
onAbortTalkPageEmailNotification
( $targetUser,
$title
);
27
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
User
internal since 1.36
Definition
User.php:70
MediaWiki\Hook\AbortTalkPageEmailNotificationHook
This is a hook handler interface, see docs/Hooks.md.
Definition
AbortTalkPageEmailNotificationHook.php:15
MediaWiki\Hook\AbortTalkPageEmailNotificationHook\onAbortTalkPageEmailNotification
onAbortTalkPageEmailNotification( $targetUser, $title)
Use this hook to disable email notifications of edits to users' talk pages.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
mail
Hook
AbortTalkPageEmailNotificationHook.php
Generated on Tue Oct 1 2024 01:16:10 for MediaWiki by
1.10.0