function ViewsForm::submitForm

Same name and namespace in other branches
  1. 9 core/modules/views/src/Form/ViewsForm.php \Drupal\views\Form\ViewsForm::submitForm()
  2. 8.9.x core/modules/views/src/Form/ViewsForm.php \Drupal\views\Form\ViewsForm::submitForm()
  3. 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\Form

Code

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.