MediaWiki
master
AbortEmailNotificationHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use
MediaWiki\User\User
;
7
use
RecentChange
;
8
16
interface
AbortEmailNotificationHook
{
27
public
function
onAbortEmailNotification
( $editor, $title, $rc );
28
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
MediaWiki\User\User
internal since 1.36
Definition
User.php:93
RecentChange
Utility class for creating and reading rows in the recentchanges table.
Definition
RecentChange.php:110
MediaWiki\Hook\AbortEmailNotificationHook
This is a hook handler interface, see docs/Hooks.md.
Definition
AbortEmailNotificationHook.php:16
MediaWiki\Hook\AbortEmailNotificationHook\onAbortEmailNotification
onAbortEmailNotification( $editor, $title, $rc)
Use this hook to cancel email notifications for an edit.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
recentchanges
Hook
AbortEmailNotificationHook.php
Generated on Tue Nov 5 2024 19:25:21 for MediaWiki by
1.10.0