52 if ( $user->pingLimiter(
'purge' ) ) {
60 [
'title' =>
null,
'action' =>
null ]
66 $this->redirectParams = $this->
getRequest()->getVal(
'redirectparams',
'' );
68 if ( $form->show() ) {
82 'vertical-label' =>
true,
84 'default' => $this->
msg(
'confirm-purge-top' )->parse()
95 return $this->
msg(
'confirm-purge-bottom' )->parse();
99 $this->
getOutput()->redirect( $this->
getTitle()->getFullURL( $this->redirectParams ) );
wfArrayToCgi( $array1, $array2=null, $prefix='')
This function takes one or two arrays as input, and returns a CGI-style string, e....
getWikiPage()
Get a WikiPage object.
checkCanExecute(User $user)
Checks if the given user (identified by an object) can perform this action.
getTitle()
Shortcut to get the Title object from the page.
getOutput()
Get the OutputPage being used for this instance.
getUser()
Shortcut to get the User being used for this instance.
setHeaders()
Set output headers for noindexing etc.
msg( $key,... $params)
Get a Message object with context set Parameters are the same as wfMessage()
getRequest()
Get the WebRequest being used for this instance.
User-requested page cache purging.
usesOOUI()
Whether the form should use OOUI Stable to override.
postText()
Stable to override.
show()
The basic pattern for actions is to display some sort of HTMLForm UI, maybe with some stuff underneat...
getDescription()
Returns the description that goes below the <h1> tag.
onSubmit( $data)
Process the form on POST submission.
doesWrites()
Stable to override.
getFormFields()
Get an HTMLForm descriptor array Stable to override.
alterForm(HTMLForm $form)
Play with the HTMLForm if you need to more substantially Stable to override.
onSuccess()
Do something exciting on successful processing of the form.
getName()
Return the name of the action this object responds to.