|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

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.