MediaWiki master
MediaWiki\Storage\Hook\ArticleEditUpdateNewTalkHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onArticleEditUpdateNewTalk ( $wikiPage, $recipient)
 This hook is called before updating user_newtalk when a user talk page was changed.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ArticleEditUpdateNewTalk" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file ArticleEditUpdateNewTalkHook.php.

Member Function Documentation

◆ onArticleEditUpdateNewTalk()

MediaWiki\Storage\Hook\ArticleEditUpdateNewTalkHook::onArticleEditUpdateNewTalk ( $wikiPage,
$recipient )

This hook is called before updating user_newtalk when a user talk page was changed.

Since
1.35
Parameters
WikiPage$wikiPageWikiPage of the user talk page
User$recipientUser whose talk page was edited
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: