You are here

public function ViewsFormBase::submitForm in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php \Drupal\views_ui\Form\Ajax\ViewsFormBase::submitForm()

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

9 methods override ViewsFormBase::submitForm()
Analyze::submitForm in core/modules/views_ui/src/Form/Ajax/Analyze.php
Form submission handler.
ConfigHandler::submitForm in core/modules/views_ui/src/Form/Ajax/ConfigHandler.php
Form submission handler.
ConfigHandlerExtra::submitForm in core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php
Form submission handler.
ConfigHandlerGroup::submitForm in core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php
Form submission handler.
Display::submitForm in core/modules/views_ui/src/Form/Ajax/Display.php
Form submission handler.

... See full list

File

core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php, line 278

Class

ViewsFormBase
Provides a base class for Views UI AJAX forms.

Namespace

Drupal\views_ui\Form\Ajax

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
}