52 parent::__construct( $article,
$context, $watchlistManager, $watchedItemStore );
53 $this->watchlistManager = $watchlistManager;
61 $this->watchlistManager->removeWatch(
74 'default' => $this->
msg(
'confirm-unwatch-top' )->parse()
80 parent::alterForm( $form );
86 $msgKey = $this->
getTitle()->isTalkPage() ?
'removedwatchtext-talk' :
'removedwatchtext';
96class_alias( UnwatchAction::class,
'UnwatchAction' );
Legacy class representing an editable page and handling UI for some page actions.
Interface for objects which can provide a MediaWiki context on request.