32class_alias( UnwatchArticleHook::class,
'MediaWiki\\Hook\\UnwatchArticleHook' );
Base representation for an editable wiki page.
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.