MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onAbortEmailNotification ( $editor, $title, $rc) | |
Use this hook to cancel email notifications for an edit. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "AbortEmailNotification" to register handlers implementing this interface.
Definition at line 16 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.