MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onAbortEmailNotification ( $editor, $title, $rc) | |
Use this hook to cancel email notifications for an edit. | |
Stable to implement.
Definition at line 13 of file AbortEmailNotificationHook.php.
MediaWiki\Hook\AbortEmailNotificationHook::onAbortEmailNotification | ( | $editor, | |
$title, | |||
$rc | |||
) |
Use this hook to cancel email notifications for an edit.
User | $editor | User who made the change |
Title | $title | Title of the page that was edited |
RecentChange | $rc | Current RecentChange object |
Implemented in MediaWiki\HookContainer\HookRunner.