MediaWiki  master
UnwatchArticleHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
7 use WikiPage;
8 
16 interface UnwatchArticleHook {
28  public function onUnwatchArticle( $user, $page, &$status );
29 }
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition: Status.php:58
internal since 1.36
Definition: User.php:98
Base representation for an editable wiki page.
Definition: WikiPage.php:77
This is a hook handler interface, see docs/Hooks.md.
onUnwatchArticle( $user, $page, &$status)
This hook is called before a watch is removed from an article.