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

Public Member Functions | |
| onAbortTalkPageEmailNotification ( $targetUser, $title) | |
| Use this hook to disable email notifications of edits to users' talk pages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "AbortTalkPageEmailNotification" to register handlers implementing this interface.
Definition at line 15 of file AbortTalkPageEmailNotificationHook.php.
| MediaWiki\Hook\AbortTalkPageEmailNotificationHook::onAbortTalkPageEmailNotification | ( | $targetUser, | |
| $title ) |
Use this hook to disable email notifications of edits to users' talk pages.
Implemented in MediaWiki\HookContainer\HookRunner.