function ViewsForm::submitForm
Same name in other branches
- 9 core/modules/views/src/Form/ViewsForm.php \Drupal\views\Form\ViewsForm::submitForm()
- 8.9.x core/modules/views/src/Form/ViewsForm.php \Drupal\views\Form\ViewsForm::submitForm()
- 10 core/modules/views/src/Form/ViewsForm.php \Drupal\views\Form\ViewsForm::submitForm()
Overrides FormInterface::submitForm
File
-
core/
modules/ views/ src/ Form/ ViewsForm.php, line 188
Class
- ViewsForm
- Provides a base class for single- or multistep view forms.
Namespace
Drupal\views\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
$form_object = $this->getFormObject($form_state);
$form_object->submitForm($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.