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