MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onWatchArticleComplete ( $user, $page) | |
This hook is called after a watch is added to an article. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "WatchArticleComplete" to register handlers implementing this interface.
Definition at line 15 of file WatchArticleCompleteHook.php.
MediaWiki\Hook\WatchArticleCompleteHook::onWatchArticleComplete | ( | $user, | |
$page ) |
This hook is called after a watch is added to an article.
Implemented in MediaWiki\HookContainer\HookRunner.