Go to the documentation of this file.
44 'vertical-label' =>
true,
46 'default' => $this->
msg(
'confirm-unwatch-top' )->parse()
52 parent::alterForm( $form );
58 $msgKey = $this->
getTitle()->isTalkPage() ?
'removedwatchtext-talk' :
'removedwatchtext';
doesWrites()
Indicates whether this action may perform database writes.
onSuccess()
Do something exciting on successful processing of the form.
static doUnwatch(Title $title, User $user)
Unwatch a page.
alterForm(HTMLForm $form)
Play with the HTMLForm if you need to more substantially.
Page addition to a user's watchlist.
Page removal from a user's watchlist.
getName()
Return the name of the action this object responds to.
onSubmit( $data)
Process the form on POST submission.
getUser()
Shortcut to get the User being used for this instance.
getTitle()
Shortcut to get the Title object from the page.
getFormFields()
Get an HTMLForm descriptor array.
msg( $key,... $params)
Get a Message object with context set Parameters are the same as wfMessage()
getOutput()
Get the OutputPage being used for this instance.