92 $form = HTMLForm::factory(
'ooui', $this->fields, $this->
getContext(), $this->
getName() );
96 $form->setSubmitCallback( [ $this,
'onSubmit' ] );
99 $form->setAction(
$title->getLocalURL( [
'action' => $this->getName() ] ) );
101 $params = array_diff_key(
103 [
'action' =>
null,
'title' =>
null ]
106 $form->addHiddenField(
'redirectparams',
wfArrayToCgi( $params ) );
109 $form->addPreText( $this->
preText() );
110 $form->addPostText( $this->
postText() );
160 if ( $form->show() ) {
wfArrayToCgi( $array1, $array2=null, $prefix='')
This function takes one or two arrays as input, and returns a CGI-style string, e....
Actions are things which can be done to pages (edit, delete, rollback, etc).
checkCanExecute(User $user)
Checks if the given user (identified by an object) can perform this action.
getName()
Return the name of the action this object responds to.
getTitle()
Shortcut to get the Title object from the page.
getContext()
Get the IContextSource in use here.
getUser()
Shortcut to get the User being used for this instance.
setHeaders()
Set output headers for noindexing etc.
getArticle()
Get a Article object.
getRequest()
Get the WebRequest being used for this instance.