ViewsFormBase::submitForm

public ViewsFormBase::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_ui/src/Form/Ajax/ViewsFormBase.php, line 275

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) {
}
doc_Drupal
2016-10-29 09:55:19
Comments
Leave a Comment

Please login to continue.