public ViewsFormMainForm::submitForm(array &$form, FormStateInterface $form_state)
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
core/modules/views/src/Form/ViewsFormMainForm.php, line 126
Class
ViewsFormMainForm
Namespace
Drupal\views\Form
Code
public function submitForm(array &$form, FormState