MediaWiki REL1_41
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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.
User | $targetUser | User whom to send talk page email notification |
Title | $title | Page title |
Implemented in MediaWiki\HookContainer\HookRunner.